Html Css Color HEX #A07512 Golden Brown

📋 copy color: '#A07512'

red 160 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #A07512

Tints of Golden Brown #A07512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 54.24%
G = 39.66%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07512 (or 0xA07512) is known color: Golden Brown. HEX triplet: A0, 75 and 12. RGB value is (160,117,18). Sum of RGB (Red+Green+Blue) = 160+117+18=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07512 is #5F8AED. Grayscale: #777777. Windows color (decimal): -6261486 or 1209760. OLE color: 1209760.

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

Color convert

RGB 160 117 18 -
CMYK 0 0.27 0.89 0.37
HSL 41.83º 0.8% 0.35% -
HSV(B) 41.83º 0.89% 0.63% -
XYZ 20.97 20.24 3.37 -
YUV 118.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 160 117 18 0 0.27 0.89 0.37 41.83 0.8 0.35
Hex A0 75 12 0 1B 59 25 2A 50 23
Octal 240 165 22 0 33 131 45 52 120 43
Binary 10100000 1110101 10010 0 11011 1011001 100101 101010 1010000 100011

Color Harmonies of #A07512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07512

Black with #A07512

Text Example


Text Example

White with #A07512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07512; }

 p { color: rgb(160,117,18); }

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

background-color css

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

 a { background-color: rgb(160,117,18); }

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

border-color css

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

 span { border-color: rgb(160,117,18); }

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