Html Css Color HEX #A88718 Hacienda

📋 copy color: '#A88718'

red 168 ◦ green 135 ◦ blue 24

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

Shades of Hacienda #A88718

Tints of Hacienda #A88718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 51.38%
G = 41.28%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A88718 (or 0xA88718) is known color: Hacienda. HEX triplet: A8, 87 and 18. RGB value is (168,135,24). Sum of RGB (Red+Green+Blue) = 168+135+24=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A88718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88718 is #5778E7. Grayscale: #848484. Windows color (decimal): -5732584 or 1607592. OLE color: 1607592.

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

Color convert

RGB 168 135 24 -
CMYK 0 0.20 0.86 0.34
HSL 46.25º 0.75% 0.38% -
HSV(B) 46.25º 0.86% 0.66% -
XYZ 24.98 25.72 4.51 -
YUV 132.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 168 135 24 0 0.20 0.86 0.34 46.25 0.75 0.38
Hex A8 87 18 0 14 56 22 2E 4B 26
Octal 250 207 30 0 24 126 42 56 113 46
Binary 10101000 10000111 11000 0 10100 1010110 100010 101110 1001011 100110

Color Harmonies of #A88718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88718

Black with #A88718

Text Example


Text Example

White with #A88718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88718; }

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

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

background-color css

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

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

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

border-color css

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

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

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