Html Css Color HEX #AB8926 Hacienda

📋 copy color: '#AB8926'

red 171 ◦ green 137 ◦ blue 38

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

Shades of Hacienda #AB8926

Tints of Hacienda #AB8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

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

R = 49.42%
G = 39.6%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB8926 (or 0xAB8926) is known color: Hacienda. HEX triplet: AB, 89 and 26. RGB value is (171,137,38). Sum of RGB (Red+Green+Blue) = 171+137+38=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8926 is #5476D9. Grayscale: #888888. Windows color (decimal): -5535450 or 2525611. OLE color: 2525611.

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

Color convert

RGB 171 137 38 -
CMYK 0 0.20 0.78 0.33
HSL 44.66º 0.64% 0.41% -
HSV(B) 44.66º 0.78% 0.67% -
XYZ 26.09 26.69 5.61 -
YUV 135.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 171 137 38 0 0.20 0.78 0.33 44.66 0.64 0.41
Hex AB 89 26 0 14 4E 21 2D 40 29
Octal 253 211 46 0 24 116 41 55 100 51
Binary 10101011 10001001 100110 0 10100 1001110 100001 101101 1000000 101001

Color Harmonies of #AB8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8926

Black with #AB8926

Text Example


Text Example

White with #AB8926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8926; }

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

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

background-color css

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

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

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

border-color css

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

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

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