Html Css Color HEX #A63320 Brown

📋 copy color: '#A63320'

red 166 ◦ green 51 ◦ blue 32

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

Shades of Brown #A63320

Tints of Brown #A63320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 66.67%
G = 20.48%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63320 (or 0xA63320) is known color: Brown. HEX triplet: A6, 33 and 20. RGB value is (166,51,32). Sum of RGB (Red+Green+Blue) = 166+51+32=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A63320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63320 is #59CCDF. Grayscale: #535353. Windows color (decimal): -5885152 or 2110374. OLE color: 2110374.

HSL color Cylindrical-coordinate representation of color #A63320: hue angle of 8.51º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A63320 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 32 -
CMYK 0 0.69 0.81 0.35
HSL 8.51º 0.68% 0.39% -
HSV(B) 8.51º 0.81% 0.65% -
XYZ 17.17 10.58 2.5 -
YUV 83.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 166 51 32 0 0.69 0.81 0.35 8.51 0.68 0.39
Hex A6 33 20 0 45 51 23 9 44 27
Octal 246 63 40 0 105 121 43 11 104 47
Binary 10100110 110011 100000 0 1000101 1010001 100011 1001 1000100 100111

Color Harmonies of #A63320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63320

Black with #A63320

Text Example


Text Example

White with #A63320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63320; }

 p { color: rgb(166,51,32); }

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

background-color css

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

 a { background-color: rgb(166,51,32); }

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

border-color css

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

 span { border-color: rgb(166,51,32); }

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