Html Css Color HEX #A06610 Golden Brown

📋 copy color: '#A06610'

red 160 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #A06610

Tints of Golden Brown #A06610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 57.55%
G = 36.69%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A06610 (or 0xA06610) is known color: Golden Brown. HEX triplet: A0, 66 and 10. RGB value is (160,102,16). Sum of RGB (Red+Green+Blue) = 160+102+16=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A06610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06610 is #5F99EF. Grayscale: #6D6D6D. Windows color (decimal): -6265328 or 1074848. OLE color: 1074848.

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

Color convert

RGB 160 102 16 -
CMYK 0 0.36 0.9 0.37
HSL 35.83º 0.82% 0.35% -
HSV(B) 35.83º 0.9% 0.63% -
XYZ 19.34 17.01 2.75 -
YUV 109.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 160 102 16 0 0.36 0.9 0.37 35.83 0.82 0.35
Hex A0 66 10 0 24 5A 25 24 52 23
Octal 240 146 20 0 44 132 45 44 122 43
Binary 10100000 1100110 10000 0 100100 1011010 100101 100100 1010010 100011

Color Harmonies of #A06610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06610

Black with #A06610

Text Example


Text Example

White with #A06610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06610; }

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

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

background-color css

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

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

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

border-color css

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

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

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