Html Css Color HEX #A06510 Golden Brown

📋 copy color: '#A06510'

red 160 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #A06510

Tints of Golden Brown #A06510

RGB

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

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

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

R = 57.76%
G = 36.46%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A06510 (or 0xA06510) is known color: Golden Brown. HEX triplet: A0, 65 and 10. RGB value is (160,101,16). Sum of RGB (Red+Green+Blue) = 160+101+16=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A06510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06510 is #5F9AEF. Grayscale: #6D6D6D. Windows color (decimal): -6265584 or 1074592. OLE color: 1074592.

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

Color convert

RGB 160 101 16 -
CMYK 0 0.37 0.9 0.37
HSL 35.42º 0.82% 0.35% -
HSV(B) 35.42º 0.9% 0.63% -
XYZ 19.24 16.82 2.72 -
YUV 108.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 160 101 16 0 0.37 0.9 0.37 35.42 0.82 0.35
Hex A0 65 10 0 25 5A 25 23 52 23
Octal 240 145 20 0 45 132 45 43 122 43
Binary 10100000 1100101 10000 0 100101 1011010 100101 100011 1010010 100011

Color Harmonies of #A06510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06510

Black with #A06510

Text Example


Text Example

White with #A06510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06510; }

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

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

background-color css

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

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

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

border-color css

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

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

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