Html Css Color HEX #AB8923 Hacienda

📋 copy color: '#AB8923'

red 171 ◦ green 137 ◦ blue 35

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

Shades of Hacienda #AB8923

Tints of Hacienda #AB8923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 49.85%
G = 39.94%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB8923 (or 0xAB8923) is known color: Hacienda. HEX triplet: AB, 89 and 23. RGB value is (171,137,35). Sum of RGB (Red+Green+Blue) = 171+137+35=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8923 is #5476DC. Grayscale: #878787. Windows color (decimal): -5535453 or 2329003. OLE color: 2329003.

HSL color Cylindrical-coordinate representation of color #AB8923: hue angle of 45º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB8923 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 35 -
CMYK 0 0.20 0.80 0.33
HSL 45º 0.66% 0.4% -
HSV(B) 45º 0.8% 0.67% -
XYZ 26.04 26.67 5.37 -
YUV 135.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 171 137 35 0 0.20 0.80 0.33 45 0.66 0.4
Hex AB 89 23 0 14 50 21 2D 42 28
Octal 253 211 43 0 24 120 41 55 102 50
Binary 10101011 10001001 100011 0 10100 1010000 100001 101101 1000010 101000

Color Harmonies of #AB8923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8923

Black with #AB8923

Text Example


Text Example

White with #AB8923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8923; }

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

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

background-color css

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

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

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

border-color css

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

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

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