Html Css Color HEX #AB8618 Hacienda

📋 copy color: '#AB8618'

red 171 ◦ green 134 ◦ blue 24

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

Shades of Hacienda #AB8618

Tints of Hacienda #AB8618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.73%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 51.98%
G = 40.73%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB8618 (or 0xAB8618) is known color: Hacienda. HEX triplet: AB, 86 and 18. RGB value is (171,134,24). Sum of RGB (Red+Green+Blue) = 171+134+24=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8618 is #5479E7. Grayscale: #858585. Windows color (decimal): -5536232 or 1607339. OLE color: 1607339.

HSL color Cylindrical-coordinate representation of color #AB8618: hue angle of 44.9º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB8618 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 24 -
CMYK 0 0.22 0.86 0.33
HSL 44.9º 0.75% 0.38% -
HSV(B) 44.9º 0.86% 0.67% -
XYZ 25.48 25.77 4.5 -
YUV 132.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 171 134 24 0 0.22 0.86 0.33 44.9 0.75 0.38
Hex AB 86 18 0 16 56 21 2D 4B 26
Octal 253 206 30 0 26 126 41 55 113 46
Binary 10101011 10000110 11000 0 10110 1010110 100001 101101 1001011 100110

Color Harmonies of #AB8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8618

Black with #AB8618

Text Example


Text Example

White with #AB8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8618; }

 p { color: rgb(171,134,24); }

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

background-color css

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

 a { background-color: rgb(171,134,24); }

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

border-color css

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

 span { border-color: rgb(171,134,24); }

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