Html Css Color HEX #A63224 Brown

📋 copy color: '#A63224'

red 166 ◦ green 50 ◦ blue 36

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

Shades of Brown #A63224

Tints of Brown #A63224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 65.87%
G = 19.84%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63224 (or 0xA63224) is known color: Brown. HEX triplet: A6, 32 and 24. RGB value is (166,50,36). Sum of RGB (Red+Green+Blue) = 166+50+36=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A63224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63224 is #59CDDB. Grayscale: #535353. Windows color (decimal): -5885404 or 2372262. OLE color: 2372262.

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

Color convert

RGB 166 50 36 -
CMYK 0 0.70 0.78 0.35
HSL 6.46º 0.64% 0.4% -
HSV(B) 6.46º 0.78% 0.65% -
XYZ 17.18 10.52 2.79 -
YUV 83.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 166 50 36 0 0.70 0.78 0.35 6.46 0.64 0.4
Hex A6 32 24 0 46 4E 23 6 40 28
Octal 246 62 44 0 106 116 43 6 100 50
Binary 10100110 110010 100100 0 1000110 1001110 100011 110 1000000 101000

Color Harmonies of #A63224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63224

Black with #A63224

Text Example


Text Example

White with #A63224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63224; }

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

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

background-color css

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

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

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

border-color css

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

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

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