Html Css Color HEX #A06F16 Golden Brown

📋 copy color: '#A06F16'

red 160 ◦ green 111 ◦ blue 22

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

Shades of Golden Brown #A06F16

Tints of Golden Brown #A06F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 54.61%
G = 37.88%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A06F16 (or 0xA06F16) is known color: Golden Brown. HEX triplet: A0, 6F and 16. RGB value is (160,111,22). Sum of RGB (Red+Green+Blue) = 160+111+22=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F16 is #5F90E9. Grayscale: #737373. Windows color (decimal): -6263018 or 1470368. OLE color: 1470368.

HSL color Cylindrical-coordinate representation of color #A06F16: hue angle of 38.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A06F16 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 22 -
CMYK 0 0.31 0.86 0.37
HSL 38.7º 0.76% 0.36% -
HSV(B) 38.7º 0.86% 0.63% -
XYZ 20.33 18.9 3.34 -
YUV 115.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 160 111 22 0 0.31 0.86 0.37 38.7 0.76 0.36
Hex A0 6F 16 0 1F 56 25 27 4C 24
Octal 240 157 26 0 37 126 45 47 114 44
Binary 10100000 1101111 10110 0 11111 1010110 100101 100111 1001100 100100

Color Harmonies of #A06F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F16

Black with #A06F16

Text Example


Text Example

White with #A06F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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