Html Css Color HEX #A06512 Golden Brown

📋 copy color: '#A06512'

red 160 ◦ green 101 ◦ blue 18

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

Shades of Golden Brown #A06512

Tints of Golden Brown #A06512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 57.35%
G = 36.2%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A06512 (or 0xA06512) is known color: Golden Brown. HEX triplet: A0, 65 and 12. RGB value is (160,101,18). Sum of RGB (Red+Green+Blue) = 160+101+18=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06512 is #5F9AED. Grayscale: #6D6D6D. Windows color (decimal): -6265582 or 1205664. OLE color: 1205664.

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

Color convert

RGB 160 101 18 -
CMYK 0 0.37 0.89 0.37
HSL 35.07º 0.8% 0.35% -
HSV(B) 35.07º 0.89% 0.63% -
XYZ 19.26 16.82 2.8 -
YUV 109.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 160 101 18 0 0.37 0.89 0.37 35.07 0.8 0.35
Hex A0 65 12 0 25 59 25 23 50 23
Octal 240 145 22 0 45 131 45 43 120 43
Binary 10100000 1100101 10010 0 100101 1011001 100101 100011 1010000 100011

Color Harmonies of #A06512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06512

Black with #A06512

Text Example


Text Example

White with #A06512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06512; }

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

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

background-color css

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

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

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

border-color css

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

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

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