Html Css Color HEX #AB7D1B Hacienda

📋 copy color: '#AB7D1B'

red 171 ◦ green 125 ◦ blue 27

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

Shades of Hacienda #AB7D1B

Tints of Hacienda #AB7D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 52.94%
G = 38.7%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB7D1B (or 0xAB7D1B) is known color: Hacienda. HEX triplet: AB, 7D and 1B. RGB value is (171,125,27). Sum of RGB (Red+Green+Blue) = 171+125+27=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1B is #5482E4. Grayscale: #808080. Windows color (decimal): -5538533 or 1801643. OLE color: 1801643.

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

Color convert

RGB 171 125 27 -
CMYK 0 0.27 0.84 0.33
HSL 40.83º 0.73% 0.39% -
HSV(B) 40.83º 0.84% 0.67% -
XYZ 24.33 23.4 4.27 -
YUV 127.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 171 125 27 0 0.27 0.84 0.33 40.83 0.73 0.39
Hex AB 7D 1B 0 1B 54 21 29 49 27
Octal 253 175 33 0 33 124 41 51 111 47
Binary 10101011 1111101 11011 0 11011 1010100 100001 101001 1001001 100111

Color Harmonies of #AB7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D1B

Black with #AB7D1B

Text Example


Text Example

White with #AB7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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