Html Css Color HEX #A15610 Golden Brown

📋 copy color: '#A15610'

red 161 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #A15610

Tints of Golden Brown #A15610

RGB

 RED value IS 161 (63.28% from 255) = 61.22%

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 61.22%
G = 32.7%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A15610 (or 0xA15610) is known color: Golden Brown. HEX triplet: A1, 56 and 10. RGB value is (161,86,16). Sum of RGB (Red+Green+Blue) = 161+86+16=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A15610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15610 is #5EA9EF. Grayscale: #646464. Windows color (decimal): -6203888 or 1070753. OLE color: 1070753.

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

Color convert

RGB 161 86 16 -
CMYK 0 0.47 0.90 0.37
HSL 28.97º 0.82% 0.35% -
HSV(B) 28.97º 0.9% 0.63% -
XYZ 18.12 14.27 2.29 -
YUV 100.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 161 86 16 0 0.47 0.90 0.37 28.97 0.82 0.35
Hex A1 56 10 0 2F 5A 25 1D 52 23
Octal 241 126 20 0 57 132 45 35 122 43
Binary 10100001 1010110 10000 0 101111 1011010 100101 11101 1010010 100011

Color Harmonies of #A15610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15610

Black with #A15610

Text Example


Text Example

White with #A15610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15610; }

 p { color: rgb(161,86,16); }

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

background-color css

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

 a { background-color: rgb(161,86,16); }

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

border-color css

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

 span { border-color: rgb(161,86,16); }

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