Html Css Color HEX #A53C40 Well Read

📋 copy color: '#A53C40'

red 165 ◦ green 60 ◦ blue 64

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

Shades of Well Read #A53C40

Tints of Well Read #A53C40

RGB

 RED value IS 165 (64.84% from 255) = 57.09%

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 57.09%
G = 20.76%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A53C40 (or 0xA53C40) is known color: Well Read. HEX triplet: A5, 3C and 40. RGB value is (165,60,64). Sum of RGB (Red+Green+Blue) = 165+60+64=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C40 is #5AC3BF. Grayscale: #5B5B5B. Windows color (decimal): -5948352 or 4209829. OLE color: 4209829.

HSL color Cylindrical-coordinate representation of color #A53C40: hue angle of 357.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C40 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 64 -
CMYK 0 0.64 0.61 0.35
HSL 357.71º 0.47% 0.44% -
HSV(B) 357.71º 0.64% 0.65% -
XYZ 18.06 11.6 6.14 -
YUV 91.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 165 60 64 0 0.64 0.61 0.35 357.71 0.47 0.44
Hex A5 3C 40 0 40 3D 23 166 2F 2C
Octal 245 74 100 0 100 75 43 546 57 54
Binary 10100101 111100 1000000 0 1000000 111101 100011 101100110 101111 101100

Color Harmonies of #A53C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C40

Black with #A53C40

Text Example


Text Example

White with #A53C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C40; }

 p { color: rgb(165,60,64); }

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

background-color css

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

 a { background-color: rgb(165,60,64); }

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

border-color css

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

 span { border-color: rgb(165,60,64); }

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