Html Css Color HEX #AB8726 Hacienda

📋 copy color: '#AB8726'

red 171 ◦ green 135 ◦ blue 38

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

Shades of Hacienda #AB8726

Tints of Hacienda #AB8726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 49.71%
G = 39.24%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB8726 (or 0xAB8726) is known color: Hacienda. HEX triplet: AB, 87 and 26. RGB value is (171,135,38). Sum of RGB (Red+Green+Blue) = 171+135+38=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8726 is #5478D9. Grayscale: #878787. Windows color (decimal): -5535962 or 2525099. OLE color: 2525099.

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

Color convert

RGB 171 135 38 -
CMYK 0 0.21 0.78 0.33
HSL 43.76º 0.64% 0.41% -
HSV(B) 43.76º 0.78% 0.67% -
XYZ 25.81 26.13 5.52 -
YUV 134.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 171 135 38 0 0.21 0.78 0.33 43.76 0.64 0.41
Hex AB 87 26 0 15 4E 21 2C 40 29
Octal 253 207 46 0 25 116 41 54 100 51
Binary 10101011 10000111 100110 0 10101 1001110 100001 101100 1000000 101001

Color Harmonies of #AB8726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8726

Black with #AB8726

Text Example


Text Example

White with #AB8726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8726; }

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

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

background-color css

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

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

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

border-color css

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

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

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