Html Css Color HEX #AB8A1B Hacienda

📋 copy color: '#AB8A1B'

red 171 ◦ green 138 ◦ blue 27

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

Shades of Hacienda #AB8A1B

Tints of Hacienda #AB8A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

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

R = 50.89%
G = 41.07%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB8A1B (or 0xAB8A1B) is known color: Hacienda. HEX triplet: AB, 8A and 1B. RGB value is (171,138,27). Sum of RGB (Red+Green+Blue) = 171+138+27=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A1B is #5475E4. Grayscale: #878787. Windows color (decimal): -5535205 or 1804971. OLE color: 1804971.

HSL color Cylindrical-coordinate representation of color #AB8A1B: hue angle of 46.25º 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 #AB8A1B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 138 27 -
CMYK 0 0.19 0.84 0.33
HSL 46.25º 0.73% 0.39% -
HSV(B) 46.25º 0.84% 0.67% -
XYZ 26.08 26.91 4.86 -
YUV 135.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 171 138 27 0 0.19 0.84 0.33 46.25 0.73 0.39
Hex AB 8A 1B 0 13 54 21 2E 49 27
Octal 253 212 33 0 23 124 41 56 111 47
Binary 10101011 10001010 11011 0 10011 1010100 100001 101110 1001001 100111

Color Harmonies of #AB8A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8A1B

Black with #AB8A1B

Text Example


Text Example

White with #AB8A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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