Html Css Color HEX #A07614 Hacienda

📋 copy color: '#A07614'

red 160 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #A07614

Tints of Hacienda #A07614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

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

R = 53.69%
G = 39.6%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07614 (or 0xA07614) is known color: Hacienda. HEX triplet: A0, 76 and 14. RGB value is (160,118,20). Sum of RGB (Red+Green+Blue) = 160+118+20=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07614 is #5F89EB. Grayscale: #777777. Windows color (decimal): -6261228 or 1341088. OLE color: 1341088.

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

Color convert

RGB 160 118 20 -
CMYK 0 0.26 0.88 0.37
HSL 42º 0.78% 0.35% -
HSV(B) 42º 0.88% 0.63% -
XYZ 21.1 20.48 3.5 -
YUV 119.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 160 118 20 0 0.26 0.88 0.37 42 0.78 0.35
Hex A0 76 14 0 1A 58 25 2A 4E 23
Octal 240 166 24 0 32 130 45 52 116 43
Binary 10100000 1110110 10100 0 11010 1011000 100101 101010 1001110 100011

Color Harmonies of #A07614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07614

Black with #A07614

Text Example


Text Example

White with #A07614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07614; }

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

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

background-color css

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

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

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

border-color css

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

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

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