Html Css Color HEX #AB8626 Hacienda

📋 copy color: '#AB8626'

red 171 ◦ green 134 ◦ blue 38

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

Shades of Hacienda #AB8626

Tints of Hacienda #AB8626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 49.85%
G = 39.07%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB8626 (or 0xAB8626) is known color: Hacienda. HEX triplet: AB, 86 and 26. RGB value is (171,134,38). Sum of RGB (Red+Green+Blue) = 171+134+38=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8626 is #5479D9. Grayscale: #868686. Windows color (decimal): -5536218 or 2524843. OLE color: 2524843.

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

Color convert

RGB 171 134 38 -
CMYK 0 0.22 0.78 0.33
HSL 43.31º 0.64% 0.41% -
HSV(B) 43.31º 0.78% 0.67% -
XYZ 25.67 25.85 5.47 -
YUV 134.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 171 134 38 0 0.22 0.78 0.33 43.31 0.64 0.41
Hex AB 86 26 0 16 4E 21 2B 40 29
Octal 253 206 46 0 26 116 41 53 100 51
Binary 10101011 10000110 100110 0 10110 1001110 100001 101011 1000000 101001

Color Harmonies of #AB8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8626

Black with #AB8626

Text Example


Text Example

White with #AB8626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8626; }

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

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

background-color css

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

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

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

border-color css

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

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

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