Html Css Color HEX #A07715 Hacienda

📋 copy color: '#A07715'

red 160 ◦ green 119 ◦ blue 21

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

Shades of Hacienda #A07715

Tints of Hacienda #A07715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 53.33%
G = 39.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A07715 (or 0xA07715) is known color: Hacienda. HEX triplet: A0, 77 and 15. RGB value is (160,119,21). Sum of RGB (Red+Green+Blue) = 160+119+21=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A07715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07715 is #5F88EA. Grayscale: #787878. Windows color (decimal): -6260971 or 1406880. OLE color: 1406880.

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

Color convert

RGB 160 119 21 -
CMYK 0 0.26 0.87 0.37
HSL 42.3º 0.77% 0.35% -
HSV(B) 42.3º 0.87% 0.63% -
XYZ 21.23 20.72 3.59 -
YUV 120.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 160 119 21 0 0.26 0.87 0.37 42.3 0.77 0.35
Hex A0 77 15 0 1A 57 25 2A 4D 23
Octal 240 167 25 0 32 127 45 52 115 43
Binary 10100000 1110111 10101 0 11010 1010111 100101 101010 1001101 100011

Color Harmonies of #A07715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07715

Black with #A07715

Text Example


Text Example

White with #A07715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07715; }

 p { color: rgb(160,119,21); }

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

background-color css

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

 a { background-color: rgb(160,119,21); }

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

border-color css

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

 span { border-color: rgb(160,119,21); }

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