Html Css Color HEX #A62C24 Brown

📋 copy color: '#A62C24'

red 166 ◦ green 44 ◦ blue 36

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

Shades of Brown #A62C24

Tints of Brown #A62C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 67.48%
G = 17.89%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A62C24 (or 0xA62C24) is known color: Brown. HEX triplet: A6, 2C and 24. RGB value is (166,44,36). Sum of RGB (Red+Green+Blue) = 166+44+36=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C24 is #59D3DB. Grayscale: #4F4F4F. Windows color (decimal): -5886940 or 2370726. OLE color: 2370726.

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

Color convert

RGB 166 44 36 -
CMYK 0 0.73 0.78 0.35
HSL 3.69º 0.64% 0.4% -
HSV(B) 3.69º 0.78% 0.65% -
XYZ 16.95 10.04 2.71 -
YUV 79.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 166 44 36 0 0.73 0.78 0.35 3.69 0.64 0.4
Hex A6 2C 24 0 49 4E 23 4 40 28
Octal 246 54 44 0 111 116 43 4 100 50
Binary 10100110 101100 100100 0 1001001 1001110 100011 100 1000000 101000

Color Harmonies of #A62C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62C24

Black with #A62C24

Text Example


Text Example

White with #A62C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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