Html Css Color HEX #A53F40 Well Read

📋 copy color: '#A53F40'

red 165 ◦ green 63 ◦ blue 64

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

Shades of Well Read #A53F40

Tints of Well Read #A53F40

RGB

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

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 56.51%
G = 21.58%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A53F40 (or 0xA53F40) is known color: Well Read. HEX triplet: A5, 3F and 40. RGB value is (165,63,64). Sum of RGB (Red+Green+Blue) = 165+63+64=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F40 is #5AC0BF. Grayscale: #5D5D5D. Windows color (decimal): -5947584 or 4210597. OLE color: 4210597.

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

Color convert

RGB 165 63 64 -
CMYK 0 0.62 0.61 0.35
HSL 359.41º 0.45% 0.45% -
HSV(B) 359.41º 0.62% 0.65% -
XYZ 18.22 11.92 6.19 -
YUV 93.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 165 63 64 0 0.62 0.61 0.35 359.41 0.45 0.45
Hex A5 3F 40 0 3E 3D 23 167 2D 2D
Octal 245 77 100 0 76 75 43 547 55 55
Binary 10100101 111111 1000000 0 111110 111101 100011 101100111 101101 101101

Color Harmonies of #A53F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F40

Black with #A53F40

Text Example


Text Example

White with #A53F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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