Html Css Color HEX #A63020 Brown

📋 copy color: '#A63020'

red 166 ◦ green 48 ◦ blue 32

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

Shades of Brown #A63020

Tints of Brown #A63020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

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

R = 67.48%
G = 19.51%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A63020 (or 0xA63020) is known color: Brown. HEX triplet: A6, 30 and 20. RGB value is (166,48,32). Sum of RGB (Red+Green+Blue) = 166+48+32=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A63020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63020 is #59CFDF. Grayscale: #515151. Windows color (decimal): -5885920 or 2109606. OLE color: 2109606.

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

Color convert

RGB 166 48 32 -
CMYK 0 0.71 0.81 0.35
HSL 7.16º 0.68% 0.39% -
HSV(B) 7.16º 0.81% 0.65% -
XYZ 17.04 10.33 2.46 -
YUV 81.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 166 48 32 0 0.71 0.81 0.35 7.16 0.68 0.39
Hex A6 30 20 0 47 51 23 7 44 27
Octal 246 60 40 0 107 121 43 7 104 47
Binary 10100110 110000 100000 0 1000111 1010001 100011 111 1000100 100111

Color Harmonies of #A63020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63020

Black with #A63020

Text Example


Text Example

White with #A63020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63020; }

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

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

background-color css

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

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

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

border-color css

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

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

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