Html Css Color HEX #A15D10 Golden Brown

📋 copy color: '#A15D10'

red 161 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #A15D10

Tints of Golden Brown #A15D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.44%

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

R = 59.63%
G = 34.44%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A15D10 (or 0xA15D10) is known color: Golden Brown. HEX triplet: A1, 5D and 10. RGB value is (161,93,16). Sum of RGB (Red+Green+Blue) = 161+93+16=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15D10 is #5EA2EF. Grayscale: #686868. Windows color (decimal): -6202096 or 1072545. OLE color: 1072545.

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

Color convert

RGB 161 93 16 -
CMYK 0 0.42 0.90 0.37
HSL 31.86º 0.82% 0.35% -
HSV(B) 31.86º 0.9% 0.63% -
XYZ 18.71 15.44 2.49 -
YUV 104.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 161 93 16 0 0.42 0.90 0.37 31.86 0.82 0.35
Hex A1 5D 10 0 2A 5A 25 20 52 23
Octal 241 135 20 0 52 132 45 40 122 43
Binary 10100001 1011101 10000 0 101010 1011010 100101 100000 1010010 100011

Color Harmonies of #A15D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D10

Black with #A15D10

Text Example


Text Example

White with #A15D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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