Html Css Color HEX #A62520 Brown

📋 copy color: '#A62520'

red 166 ◦ green 37 ◦ blue 32

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

Shades of Brown #A62520

Tints of Brown #A62520

RGB

 RED value IS 166 (65.23% from 255) = 70.64%

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 70.64%
G = 15.74%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A62520 (or 0xA62520) is known color: Brown. HEX triplet: A6, 25 and 20. RGB value is (166,37,32). Sum of RGB (Red+Green+Blue) = 166+37+32=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A62520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62520 is #59DADF. Grayscale: #4B4B4B. Windows color (decimal): -5888736 or 2106790. OLE color: 2106790.

HSL color Cylindrical-coordinate representation of color #A62520: hue angle of 2.24º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62520 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 37 32 -
CMYK 0 0.78 0.81 0.35
HSL 2.24º 0.68% 0.39% -
HSV(B) 2.24º 0.81% 0.65% -
XYZ 16.65 9.53 2.33 -
YUV 75 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 166 37 32 0 0.78 0.81 0.35 2.24 0.68 0.39
Hex A6 25 20 0 4E 51 23 2 44 27
Octal 246 45 40 0 116 121 43 2 104 47
Binary 10100110 100101 100000 0 1001110 1010001 100011 10 1000100 100111

Color Harmonies of #A62520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62520

Black with #A62520

Text Example


Text Example

White with #A62520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62520; }

 p { color: rgb(166,37,32); }

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

background-color css

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

 a { background-color: rgb(166,37,32); }

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

border-color css

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

 span { border-color: rgb(166,37,32); }

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