Html Css Color HEX #AB7D1E Hacienda

📋 copy color: '#AB7D1E'

red 171 ◦ green 125 ◦ blue 30

#AB7D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #AB7D1E

Tints of Hacienda #AB7D1E

RGB

 RED value IS 171 (67.19% from 255) = 52.45%

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 52.45%
G = 38.34%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB7D1E (or 0xAB7D1E) is known color: Hacienda. HEX triplet: AB, 7D and 1E. RGB value is (171,125,30). Sum of RGB (Red+Green+Blue) = 171+125+30=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1E is #5482E1. Grayscale: #808080. Windows color (decimal): -5538530 or 1998251. OLE color: 1998251.

HSL color Cylindrical-coordinate representation of color #AB7D1E: hue angle of 40.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB7D1E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 30 -
CMYK 0 0.27 0.82 0.33
HSL 40.43º 0.7% 0.39% -
HSV(B) 40.43º 0.82% 0.67% -
XYZ 24.36 23.42 4.46 -
YUV 127.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 171 125 30 0 0.27 0.82 0.33 40.43 0.7 0.39
Hex AB 7D 1E 0 1B 52 21 28 46 27
Octal 253 175 36 0 33 122 41 50 106 47
Binary 10101011 1111101 11110 0 11011 1010010 100001 101000 1000110 100111

Color Harmonies of #AB7D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D1E

Black with #AB7D1E

Text Example


Text Example

White with #AB7D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D1E; }

 p { color: rgb(171,125,30); }

 H1.HeaderClassName
 {
   color: #AB7D1E;
 }
 .AnyTagClassName
 {
   color: #AB7D1E;
 }
</style>

background-color css

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

 a { background-color: rgb(171,125,30); }

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

border-color css

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

 span { border-color: rgb(171,125,30); }

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