Html Css Color HEX #A63429 Brown

📋 copy color: '#A63429'

red 166 ◦ green 52 ◦ blue 41

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

Shades of Brown #A63429

Tints of Brown #A63429

RGB

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

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

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

R = 64.09%
G = 20.08%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A63429 (or 0xA63429) is known color: Brown. HEX triplet: A6, 34 and 29. RGB value is (166,52,41). Sum of RGB (Red+Green+Blue) = 166+52+41=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A63429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63429 is #59CBD6. Grayscale: #545454. Windows color (decimal): -5884887 or 2700454. OLE color: 2700454.

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

Color convert

RGB 166 52 41 -
CMYK 0 0.69 0.75 0.35
HSL 5.28º 0.6% 0.41% -
HSV(B) 5.28º 0.75% 0.65% -
XYZ 17.35 10.72 3.25 -
YUV 84.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 166 52 41 0 0.69 0.75 0.35 5.28 0.6 0.41
Hex A6 34 29 0 45 4B 23 5 3C 29
Octal 246 64 51 0 105 113 43 5 74 51
Binary 10100110 110100 101001 0 1000101 1001011 100011 101 111100 101001

Color Harmonies of #A63429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63429

Black with #A63429

Text Example


Text Example

White with #A63429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63429; }

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

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

background-color css

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

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

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

border-color css

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

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

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