Html Css Color HEX #A15602 Golden Brown

📋 copy color: '#A15602'

red 161 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #A15602

Tints of Golden Brown #A15602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 64.66%
G = 34.54%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A15602 (or 0xA15602) is known color: Golden Brown. HEX triplet: A1, 56 and 02. RGB value is (161,86,2). Sum of RGB (Red+Green+Blue) = 161+86+2=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A15602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15602 is #5EA9FD. Grayscale: #636363. Windows color (decimal): -6203902 or 153249. OLE color: 153249.

HSL color Cylindrical-coordinate representation of color #A15602: hue angle of 31.7º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A15602 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 86 2 -
CMYK 0 0.47 0.99 0.37
HSL 31.7º 0.98% 0.32% -
HSV(B) 31.7º 0.99% 0.63% -
XYZ 18.04 14.24 1.85 -
YUV 98.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 161 86 2 0 0.47 0.99 0.37 31.7 0.98 0.32
Hex A1 56 2 0 2F 63 25 20 62 20
Octal 241 126 2 0 57 143 45 40 142 40
Binary 10100001 1010110 10 0 101111 1100011 100101 100000 1100010 100000

Color Harmonies of #A15602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15602

Black with #A15602

Text Example


Text Example

White with #A15602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15602; }

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

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

background-color css

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

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

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

border-color css

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

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

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