Html Css Color HEX #A88015 Hacienda

📋 copy color: '#A88015'

red 168 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #A88015

Tints of Hacienda #A88015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 53%
G = 40.38%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A88015 (or 0xA88015) is known color: Hacienda. HEX triplet: A8, 80 and 15. RGB value is (168,128,21). Sum of RGB (Red+Green+Blue) = 168+128+21=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A88015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88015 is #577FEA. Grayscale: #808080. Windows color (decimal): -5734379 or 1409192. OLE color: 1409192.

HSL color Cylindrical-coordinate representation of color #A88015: hue angle of 43.67º 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 #A88015 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 21 -
CMYK 0 0.24 0.88 0.34
HSL 43.67º 0.78% 0.37% -
HSV(B) 43.67º 0.88% 0.66% -
XYZ 24 23.82 4.04 -
YUV 127.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 168 128 21 0 0.24 0.88 0.34 43.67 0.78 0.37
Hex A8 80 15 0 18 58 22 2C 4E 25
Octal 250 200 25 0 30 130 42 54 116 45
Binary 10101000 10000000 10101 0 11000 1011000 100010 101100 1001110 100101

Color Harmonies of #A88015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88015

Black with #A88015

Text Example


Text Example

White with #A88015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88015; }

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

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

background-color css

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

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

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

border-color css

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

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

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