Html Css Color HEX #A43224 Brown

📋 copy color: '#A43224'

red 164 ◦ green 50 ◦ blue 36

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

Shades of Brown #A43224

Tints of Brown #A43224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 65.6%
G = 20%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A43224 (or 0xA43224) is known color: Brown. HEX triplet: A4, 32 and 24. RGB value is (164,50,36). Sum of RGB (Red+Green+Blue) = 164+50+36=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A43224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43224 is #5BCDDB. Grayscale: #525252. Windows color (decimal): -6016476 or 2372260. OLE color: 2372260.

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

Color convert

RGB 164 50 36 -
CMYK 0 0.70 0.78 0.36
HSL 6.56º 0.64% 0.39% -
HSV(B) 6.56º 0.78% 0.64% -
XYZ 16.77 10.3 2.77 -
YUV 82.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 164 50 36 0 0.70 0.78 0.36 6.56 0.64 0.39
Hex A4 32 24 0 46 4E 24 7 40 27
Octal 244 62 44 0 106 116 44 7 100 47
Binary 10100100 110010 100100 0 1000110 1001110 100100 111 1000000 100111

Color Harmonies of #A43224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43224

Black with #A43224

Text Example


Text Example

White with #A43224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43224; }

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

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

background-color css

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

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

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

border-color css

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

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

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