Html Css Color HEX #A07613 Hacienda

📋 copy color: '#A07613'

red 160 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #A07613

Tints of Hacienda #A07613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 53.87%
G = 39.73%
B = 6.4%

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

#A07613 (or 0xA07613) is known color: Hacienda. HEX triplet: A0, 76 and 13. RGB value is (160,118,19). Sum of RGB (Red+Green+Blue) = 160+118+19=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07613 is #5F89EC. Grayscale: #777777. Windows color (decimal): -6261229 or 1275552. OLE color: 1275552.

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

Color convert

RGB 160 118 19 -
CMYK 0 0.26 0.88 0.37
HSL 42.13º 0.79% 0.35% -
HSV(B) 42.13º 0.88% 0.63% -
XYZ 21.09 20.48 3.46 -
YUV 119.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 160 118 19 0 0.26 0.88 0.37 42.13 0.79 0.35
Hex A0 76 13 0 1A 58 25 2A 4F 23
Octal 240 166 23 0 32 130 45 52 117 43
Binary 10100000 1110110 10011 0 11010 1011000 100101 101010 1001111 100011

Color Harmonies of #A07613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07613

Black with #A07613

Text Example


Text Example

White with #A07613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07613; }

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

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

background-color css

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

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

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

border-color css

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

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

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