Html Css Color HEX #A06F13 Golden Brown

📋 copy color: '#A06F13'

red 160 ◦ green 111 ◦ blue 19

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

Shades of Golden Brown #A06F13

Tints of Golden Brown #A06F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 55.17%
G = 38.28%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06F13 (or 0xA06F13) is known color: Golden Brown. HEX triplet: A0, 6F and 13. RGB value is (160,111,19). Sum of RGB (Red+Green+Blue) = 160+111+19=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F13 is #5F90EC. Grayscale: #737373. Windows color (decimal): -6263021 or 1273760. OLE color: 1273760.

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

Color convert

RGB 160 111 19 -
CMYK 0 0.31 0.88 0.37
HSL 39.15º 0.79% 0.35% -
HSV(B) 39.15º 0.88% 0.63% -
XYZ 20.3 18.89 3.19 -
YUV 115.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 160 111 19 0 0.31 0.88 0.37 39.15 0.79 0.35
Hex A0 6F 13 0 1F 58 25 27 4F 23
Octal 240 157 23 0 37 130 45 47 117 43
Binary 10100000 1101111 10011 0 11111 1011000 100101 100111 1001111 100011

Color Harmonies of #A06F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F13

Black with #A06F13

Text Example


Text Example

White with #A06F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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