#ad801b

Color #AD801B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #AD801B

Tints of Hacienda #AD801B

Color information

#AD801B (or 0xAD801B) is unknown color: approx Hacienda. HEX triplet: AD, 80 and 1B. RGB value is (173,128,27). Sum of RGB (Red+Green+Blue) = 173+128+27=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD801B is #527FE4. Grayscale: #828282. Windows color (decimal): -5406693 or 1802413. OLE color: 1802413.

HSL color Cylindrical-coordinate representation of color #AD801B: hue angle of 41.51º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD801B is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17312827-
CMYK00.260.840.32
HSL41.51º73%39.22%-
HSV(B)41.51º84.39%67.84%-
XYZ25.1524.44.42-
YUV129.9469.91158.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 27 (10.94% from 255) = 8.23%
R=52.74%
G=39.02%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731282700.260.840.3241.517339.22
HexAD801B01A54202a4927
Octal25520033032124405211147
Binary10101101100000001101101101010101001000001010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad801b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad801b; }

 p { color: rgb(173,128,27); }

 H1.HeaderClassName
 {
   color: #ad801b;
 }
 .AnyTagClassName
 {
   color: #ad801b;
 }
</style>
background-color css

<style>
 a { background-color: #ad801b; }

 a { background-color: rgb(173,128,27); }

 div.DivClassName
 {
   background-color: #ad801b;
 }
 .BgClassName
 {
   background-color: #ad801b;
 }
</style>
border-color css

<style>
 span { border-color: #ad801b; }

 span { border-color: rgb(173,128,27); }

 td.TdClassName
 {
   border-color: #ad801b;
 }
 .TagClassName
 {
   border-color: #ad801b;
 }
</style>