Html Css Color HEX #A62820 Brown

📋 copy color: '#A62820'

red 166 ◦ green 40 ◦ blue 32

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

Shades of Brown #A62820

Tints of Brown #A62820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 69.75%
G = 16.81%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A62820 (or 0xA62820) is known color: Brown. HEX triplet: A6, 28 and 20. RGB value is (166,40,32). Sum of RGB (Red+Green+Blue) = 166+40+32=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A62820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62820 is #59D7DF. Grayscale: #4C4C4C. Windows color (decimal): -5887968 or 2107558. OLE color: 2107558.

HSL color Cylindrical-coordinate representation of color #A62820: hue angle of 3.58º 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 #A62820 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 40 32 -
CMYK 0 0.76 0.81 0.35
HSL 3.58º 0.68% 0.39% -
HSV(B) 3.58º 0.81% 0.65% -
XYZ 16.75 9.73 2.36 -
YUV 76.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 166 40 32 0 0.76 0.81 0.35 3.58 0.68 0.39
Hex A6 28 20 0 4C 51 23 4 44 27
Octal 246 50 40 0 114 121 43 4 104 47
Binary 10100110 101000 100000 0 1001100 1010001 100011 100 1000100 100111

Color Harmonies of #A62820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62820

Black with #A62820

Text Example


Text Example

White with #A62820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62820; }

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

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

background-color css

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

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

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

border-color css

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

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

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