Html Css Color HEX #A62421 Brown

📋 copy color: '#A62421'

red 166 ◦ green 36 ◦ blue 33

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

Shades of Brown #A62421

Tints of Brown #A62421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 70.64%
G = 15.32%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A62421 (or 0xA62421) is known color: Brown. HEX triplet: A6, 24 and 21. RGB value is (166,36,33). Sum of RGB (Red+Green+Blue) = 166+36+33=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A62421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62421 is #59DBDE. Grayscale: #4A4A4A. Windows color (decimal): -5888991 or 2172070. OLE color: 2172070.

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

Color convert

RGB 166 36 33 -
CMYK 0 0.78 0.80 0.35
HSL 1.35º 0.67% 0.39% -
HSV(B) 1.35º 0.8% 0.65% -
XYZ 16.63 9.48 2.39 -
YUV 74.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 166 36 33 0 0.78 0.80 0.35 1.35 0.67 0.39
Hex A6 24 21 0 4E 50 23 1 43 27
Octal 246 44 41 0 116 120 43 1 103 47
Binary 10100110 100100 100001 0 1001110 1010000 100011 1 1000011 100111

Color Harmonies of #A62421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62421

Black with #A62421

Text Example


Text Example

White with #A62421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62421; }

 p { color: rgb(166,36,33); }

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

background-color css

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

 a { background-color: rgb(166,36,33); }

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

border-color css

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

 span { border-color: rgb(166,36,33); }

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