Html Css Color HEX #A63122 Brown

📋 copy color: '#A63122'

red 166 ◦ green 49 ◦ blue 34

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

Shades of Brown #A63122

Tints of Brown #A63122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 34 (13.67% from 255) = 13.65%

R = 66.67%
G = 19.68%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A63122 (or 0xA63122) is known color: Brown. HEX triplet: A6, 31 and 22. RGB value is (166,49,34). Sum of RGB (Red+Green+Blue) = 166+49+34=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A63122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63122 is #59CEDD. Grayscale: #525252. Windows color (decimal): -5885662 or 2240934. OLE color: 2240934.

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

Color convert

RGB 166 49 34 -
CMYK 0 0.70 0.80 0.35
HSL 6.82º 0.66% 0.39% -
HSV(B) 6.82º 0.8% 0.65% -
XYZ 17.11 10.42 2.62 -
YUV 82.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 166 49 34 0 0.70 0.80 0.35 6.82 0.66 0.39
Hex A6 31 22 0 46 50 23 7 42 27
Octal 246 61 42 0 106 120 43 7 102 47
Binary 10100110 110001 100010 0 1000110 1010000 100011 111 1000010 100111

Color Harmonies of #A63122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63122

Black with #A63122

Text Example


Text Example

White with #A63122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63122; }

 p { color: rgb(166,49,34); }

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

background-color css

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

 a { background-color: rgb(166,49,34); }

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

border-color css

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

 span { border-color: rgb(166,49,34); }

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