Html Css Color HEX #A88726 Hacienda

📋 copy color: '#A88726'

red 168 ◦ green 135 ◦ blue 38

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

Shades of Hacienda #A88726

Tints of Hacienda #A88726

RGB

 RED value IS 168 (66.02% from 255) = 49.27%

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

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

R = 49.27%
G = 39.59%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A88726 (or 0xA88726) is known color: Hacienda. HEX triplet: A8, 87 and 26. RGB value is (168,135,38). Sum of RGB (Red+Green+Blue) = 168+135+38=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A88726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88726 is #5778D9. Grayscale: #868686. Windows color (decimal): -5732570 or 2525096. OLE color: 2525096.

HSL color Cylindrical-coordinate representation of color #A88726: hue angle of 44.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A88726 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 38 -
CMYK 0 0.20 0.77 0.34
HSL 44.77º 0.63% 0.4% -
HSV(B) 44.77º 0.77% 0.66% -
XYZ 25.16 25.79 5.49 -
YUV 133.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 168 135 38 0 0.20 0.77 0.34 44.77 0.63 0.4
Hex A8 87 26 0 14 4D 22 2D 3F 28
Octal 250 207 46 0 24 115 42 55 77 50
Binary 10101000 10000111 100110 0 10100 1001101 100010 101101 111111 101000

Color Harmonies of #A88726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88726

Black with #A88726

Text Example


Text Example

White with #A88726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88726; }

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

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

background-color css

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

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

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

border-color css

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

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

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