Html Css Color HEX #A63522 Brown

📋 copy color: '#A63522'

red 166 ◦ green 53 ◦ blue 34

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

Shades of Brown #A63522

Tints of Brown #A63522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 65.61%
G = 20.95%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A63522 (or 0xA63522) is known color: Brown. HEX triplet: A6, 35 and 22. RGB value is (166,53,34). Sum of RGB (Red+Green+Blue) = 166+53+34=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A63522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63522 is #59CADD. Grayscale: #545454. Windows color (decimal): -5884638 or 2241958. OLE color: 2241958.

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

Color convert

RGB 166 53 34 -
CMYK 0 0.68 0.80 0.35
HSL 8.64º 0.66% 0.39% -
HSV(B) 8.64º 0.8% 0.65% -
XYZ 17.29 10.77 2.68 -
YUV 84.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 166 53 34 0 0.68 0.80 0.35 8.64 0.66 0.39
Hex A6 35 22 0 44 50 23 9 42 27
Octal 246 65 42 0 104 120 43 11 102 47
Binary 10100110 110101 100010 0 1000100 1010000 100011 1001 1000010 100111

Color Harmonies of #A63522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63522

Black with #A63522

Text Example


Text Example

White with #A63522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63522; }

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

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

background-color css

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

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

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

border-color css

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

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

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