Html Css Color HEX #A08714 Hacienda

📋 copy color: '#A08714'

red 160 ◦ green 135 ◦ blue 20

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

Shades of Hacienda #A08714

Tints of Hacienda #A08714

RGB

 RED value IS 160 (62.89% from 255) = 50.79%

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

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 50.79%
G = 42.86%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A08714 (or 0xA08714) is known color: Hacienda. HEX triplet: A0, 87 and 14. RGB value is (160,135,20). Sum of RGB (Red+Green+Blue) = 160+135+20=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A08714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08714 is #5F78EB. Grayscale: #818181. Windows color (decimal): -6256876 or 1345440. OLE color: 1345440.

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

Color convert

RGB 160 135 20 -
CMYK 0 0.16 0.88 0.37
HSL 49.29º 0.78% 0.35% -
HSV(B) 49.29º 0.88% 0.63% -
XYZ 23.29 24.85 4.23 -
YUV 129.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 160 135 20 0 0.16 0.88 0.37 49.29 0.78 0.35
Hex A0 87 14 0 10 58 25 31 4E 23
Octal 240 207 24 0 20 130 45 61 116 43
Binary 10100000 10000111 10100 0 10000 1011000 100101 110001 1001110 100011

Color Harmonies of #A08714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08714

Black with #A08714

Text Example


Text Example

White with #A08714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08714; }

 p { color: rgb(160,135,20); }

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

background-color css

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

 a { background-color: rgb(160,135,20); }

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

border-color css

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

 span { border-color: rgb(160,135,20); }

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