Html Css Color HEX #A63229 Brown

📋 copy color: '#A63229'

red 166 ◦ green 50 ◦ blue 41

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

Shades of Brown #A63229

Tints of Brown #A63229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 64.59%
G = 19.46%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A63229 (or 0xA63229) is known color: Brown. HEX triplet: A6, 32 and 29. RGB value is (166,50,41). Sum of RGB (Red+Green+Blue) = 166+50+41=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A63229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63229 is #59CDD6. Grayscale: #535353. Windows color (decimal): -5885399 or 2699942. OLE color: 2699942.

HSL color Cylindrical-coordinate representation of color #A63229: hue angle of 4.32º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63229 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 41 -
CMYK 0 0.70 0.75 0.35
HSL 4.32º 0.6% 0.41% -
HSV(B) 4.32º 0.75% 0.65% -
XYZ 17.27 10.55 3.22 -
YUV 83.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 166 50 41 0 0.70 0.75 0.35 4.32 0.6 0.41
Hex A6 32 29 0 46 4B 23 4 3C 29
Octal 246 62 51 0 106 113 43 4 74 51
Binary 10100110 110010 101001 0 1000110 1001011 100011 100 111100 101001

Color Harmonies of #A63229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63229

Black with #A63229

Text Example


Text Example

White with #A63229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63229; }

 p { color: rgb(166,50,41); }

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

background-color css

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

 a { background-color: rgb(166,50,41); }

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

border-color css

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

 span { border-color: rgb(166,50,41); }

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