Html Css Color HEX #A15502 Golden Brown

📋 copy color: '#A15502'

red 161 ◦ green 85 ◦ blue 2

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

Shades of Golden Brown #A15502

Tints of Golden Brown #A15502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 64.92%
G = 34.27%
B = 0.81%

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

#A15502 (or 0xA15502) is known color: Golden Brown. HEX triplet: A1, 55 and 02. RGB value is (161,85,2). Sum of RGB (Red+Green+Blue) = 161+85+2=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A15502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15502 is #5EAAFD. Grayscale: #626262. Windows color (decimal): -6204158 or 152993. OLE color: 152993.

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

Color convert

RGB 161 85 2 -
CMYK 0 0.47 0.99 0.37
HSL 31.32º 0.98% 0.32% -
HSV(B) 31.32º 0.99% 0.63% -
XYZ 17.96 14.08 1.83 -
YUV 98.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 161 85 2 0 0.47 0.99 0.37 31.32 0.98 0.32
Hex A1 55 2 0 2F 63 25 1F 62 20
Octal 241 125 2 0 57 143 45 37 142 40
Binary 10100001 1010101 10 0 101111 1100011 100101 11111 1100010 100000

Color Harmonies of #A15502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15502

Black with #A15502

Text Example


Text Example

White with #A15502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15502; }

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

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

background-color css

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

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

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

border-color css

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

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

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