Html Css Color HEX #A06F10 Golden Brown

📋 copy color: '#A06F10'

red 160 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #A06F10

Tints of Golden Brown #A06F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 55.75%
G = 38.68%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A06F10 (or 0xA06F10) is known color: Golden Brown. HEX triplet: A0, 6F and 10. RGB value is (160,111,16). Sum of RGB (Red+Green+Blue) = 160+111+16=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F10 is #5F90EF. Grayscale: #737373. Windows color (decimal): -6263024 or 1077152. OLE color: 1077152.

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

Color convert

RGB 160 111 16 -
CMYK 0 0.31 0.9 0.37
HSL 39.58º 0.82% 0.35% -
HSV(B) 39.58º 0.9% 0.63% -
XYZ 20.28 18.88 3.07 -
YUV 114.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 160 111 16 0 0.31 0.9 0.37 39.58 0.82 0.35
Hex A0 6F 10 0 1F 5A 25 28 52 23
Octal 240 157 20 0 37 132 45 50 122 43
Binary 10100000 1101111 10000 0 11111 1011010 100101 101000 1010010 100011

Color Harmonies of #A06F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F10

Black with #A06F10

Text Example


Text Example

White with #A06F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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