Html Css Color HEX #A07010 Golden Brown

📋 copy color: '#A07010'

red 160 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #A07010

Tints of Golden Brown #A07010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 16 (6.64% from 255) = 5.56%

R = 55.56%
G = 38.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A07010 (or 0xA07010) is known color: Golden Brown. HEX triplet: A0, 70 and 10. RGB value is (160,112,16). Sum of RGB (Red+Green+Blue) = 160+112+16=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A07010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07010 is #5F8FEF. Grayscale: #737373. Windows color (decimal): -6262768 or 1077408. OLE color: 1077408.

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

Color convert

RGB 160 112 16 -
CMYK 0 0.30 0.9 0.37
HSL 40º 0.82% 0.35% -
HSV(B) 40º 0.9% 0.63% -
XYZ 20.38 19.1 3.1 -
YUV 115.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 160 112 16 0 0.30 0.9 0.37 40 0.82 0.35
Hex A0 70 10 0 1E 5A 25 28 52 23
Octal 240 160 20 0 36 132 45 50 122 43
Binary 10100000 1110000 10000 0 11110 1011010 100101 101000 1010010 100011

Color Harmonies of #A07010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07010

Black with #A07010

Text Example


Text Example

White with #A07010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07010; }

 p { color: rgb(160,112,16); }

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

background-color css

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

 a { background-color: rgb(160,112,16); }

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

border-color css

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

 span { border-color: rgb(160,112,16); }

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