Html Css Color HEX #A88615 Hacienda

📋 copy color: '#A88615'

red 168 ◦ green 134 ◦ blue 21

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

Shades of Hacienda #A88615

Tints of Hacienda #A88615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 52.01%
G = 41.49%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A88615 (or 0xA88615) is known color: Hacienda. HEX triplet: A8, 86 and 15. RGB value is (168,134,21). Sum of RGB (Red+Green+Blue) = 168+134+21=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A88615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88615 is #5779EA. Grayscale: #838383. Windows color (decimal): -5732843 or 1410728. OLE color: 1410728.

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

Color convert

RGB 168 134 21 -
CMYK 0 0.20 0.88 0.34
HSL 46.12º 0.78% 0.37% -
HSV(B) 46.12º 0.88% 0.66% -
XYZ 24.81 25.43 4.31 -
YUV 131.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 168 134 21 0 0.20 0.88 0.34 46.12 0.78 0.37
Hex A8 86 15 0 14 58 22 2E 4E 25
Octal 250 206 25 0 24 130 42 56 116 45
Binary 10101000 10000110 10101 0 10100 1011000 100010 101110 1001110 100101

Color Harmonies of #A88615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88615

Black with #A88615

Text Example


Text Example

White with #A88615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88615; }

 p { color: rgb(168,134,21); }

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

background-color css

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

 a { background-color: rgb(168,134,21); }

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

border-color css

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

 span { border-color: rgb(168,134,21); }

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