Html Css Color HEX #A43024 Brown

📋 copy color: '#A43024'

red 164 ◦ green 48 ◦ blue 36

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

Shades of Brown #A43024

Tints of Brown #A43024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 66.13%
G = 19.35%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A43024 (or 0xA43024) is known color: Brown. HEX triplet: A4, 30 and 24. RGB value is (164,48,36). Sum of RGB (Red+Green+Blue) = 164+48+36=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A43024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43024 is #5BCFDB. Grayscale: #515151. Windows color (decimal): -6016988 or 2371748. OLE color: 2371748.

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

Color convert

RGB 164 48 36 -
CMYK 0 0.71 0.78 0.36
HSL 5.63º 0.64% 0.39% -
HSV(B) 5.63º 0.78% 0.64% -
XYZ 16.69 10.13 2.75 -
YUV 81.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 164 48 36 0 0.71 0.78 0.36 5.63 0.64 0.39
Hex A4 30 24 0 47 4E 24 6 40 27
Octal 244 60 44 0 107 116 44 6 100 47
Binary 10100100 110000 100100 0 1000111 1001110 100100 110 1000000 100111

Color Harmonies of #A43024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43024

Black with #A43024

Text Example


Text Example

White with #A43024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43024; }

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

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

background-color css

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

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

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

border-color css

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

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

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