Html Css Color HEX #A63420 Brown

📋 copy color: '#A63420'

red 166 ◦ green 52 ◦ blue 32

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

Shades of Brown #A63420

Tints of Brown #A63420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

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

R = 66.4%
G = 20.8%
B = 12.8%

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

#A63420 (or 0xA63420) is known color: Brown. HEX triplet: A6, 34 and 20. RGB value is (166,52,32). Sum of RGB (Red+Green+Blue) = 166+52+32=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A63420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63420 is #59CBDF. Grayscale: #535353. Windows color (decimal): -5884896 or 2110630. OLE color: 2110630.

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

Color convert

RGB 166 52 32 -
CMYK 0 0.69 0.81 0.35
HSL 8.96º 0.68% 0.39% -
HSV(B) 8.96º 0.81% 0.65% -
XYZ 17.21 10.67 2.52 -
YUV 83.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 166 52 32 0 0.69 0.81 0.35 8.96 0.68 0.39
Hex A6 34 20 0 45 51 23 9 44 27
Octal 246 64 40 0 105 121 43 11 104 47
Binary 10100110 110100 100000 0 1000101 1010001 100011 1001 1000100 100111

Color Harmonies of #A63420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63420

Black with #A63420

Text Example


Text Example

White with #A63420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63420; }

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

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

background-color css

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

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

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

border-color css

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

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

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