Html Css Color HEX #A07412 Golden Brown

📋 copy color: '#A07412'

red 160 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #A07412

Tints of Golden Brown #A07412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

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

R = 54.42%
G = 39.46%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07412 (or 0xA07412) is known color: Golden Brown. HEX triplet: A0, 74 and 12. RGB value is (160,116,18). Sum of RGB (Red+Green+Blue) = 160+116+18=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07412 is #5F8BED. Grayscale: #767676. Windows color (decimal): -6261742 or 1209504. OLE color: 1209504.

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

Color convert

RGB 160 116 18 -
CMYK 0 0.28 0.89 0.37
HSL 41.41º 0.8% 0.35% -
HSV(B) 41.41º 0.89% 0.63% -
XYZ 20.85 20.01 3.34 -
YUV 117.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 160 116 18 0 0.28 0.89 0.37 41.41 0.8 0.35
Hex A0 74 12 0 1C 59 25 29 50 23
Octal 240 164 22 0 34 131 45 51 120 43
Binary 10100000 1110100 10010 0 11100 1011001 100101 101001 1010000 100011

Color Harmonies of #A07412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07412

Black with #A07412

Text Example


Text Example

White with #A07412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07412; }

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

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

background-color css

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

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

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

border-color css

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

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

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