Html Css Color HEX #A43324 Brown

📋 copy color: '#A43324'

red 164 ◦ green 51 ◦ blue 36

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

Shades of Brown #A43324

Tints of Brown #A43324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 65.34%
G = 20.32%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A43324 (or 0xA43324) is known color: Brown. HEX triplet: A4, 33 and 24. RGB value is (164,51,36). Sum of RGB (Red+Green+Blue) = 164+51+36=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A43324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43324 is #5BCCDB. Grayscale: #535353. Windows color (decimal): -6016220 or 2372516. OLE color: 2372516.

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

Color convert

RGB 164 51 36 -
CMYK 0 0.69 0.78 0.36
HSL 7.03º 0.64% 0.39% -
HSV(B) 7.03º 0.78% 0.64% -
XYZ 16.81 10.39 2.79 -
YUV 83.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 164 51 36 0 0.69 0.78 0.36 7.03 0.64 0.39
Hex A4 33 24 0 45 4E 24 7 40 27
Octal 244 63 44 0 105 116 44 7 100 47
Binary 10100100 110011 100100 0 1000101 1001110 100100 111 1000000 100111

Color Harmonies of #A43324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43324

Black with #A43324

Text Example


Text Example

White with #A43324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43324; }

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

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

background-color css

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

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

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

border-color css

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

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

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