Html Css Color HEX #A43229 Brown

📋 copy color: '#A43229'

red 164 ◦ green 50 ◦ blue 41

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

Shades of Brown #A43229

Tints of Brown #A43229

RGB

 RED value IS 164 (64.45% from 255) = 64.31%

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

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

R = 64.31%
G = 19.61%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A43229 (or 0xA43229) is known color: Brown. HEX triplet: A4, 32 and 29. RGB value is (164,50,41). Sum of RGB (Red+Green+Blue) = 164+50+41=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A43229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43229 is #5BCDD6. Grayscale: #535353. Windows color (decimal): -6016471 or 2699940. OLE color: 2699940.

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

Color convert

RGB 164 50 41 -
CMYK 0 0.70 0.75 0.36
HSL 4.39º 0.6% 0.4% -
HSV(B) 4.39º 0.75% 0.64% -
XYZ 16.85 10.33 3.2 -
YUV 83.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 164 50 41 0 0.70 0.75 0.36 4.39 0.6 0.4
Hex A4 32 29 0 46 4B 24 4 3C 28
Octal 244 62 51 0 106 113 44 4 74 50
Binary 10100100 110010 101001 0 1000110 1001011 100100 100 111100 101000

Color Harmonies of #A43229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43229

Black with #A43229

Text Example


Text Example

White with #A43229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43229; }

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

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

background-color css

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

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

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

border-color css

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

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

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