Html Css Color HEX #A04042 Well Read

📋 copy color: '#A04042'

red 160 ◦ green 64 ◦ blue 66

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

Shades of Well Read #A04042

Tints of Well Read #A04042

RGB

 RED value IS 160 (62.89% from 255) = 55.17%

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 55.17%
G = 22.07%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A04042 (or 0xA04042) is known color: Well Read. HEX triplet: A0, 40 and 42. RGB value is (160,64,66). Sum of RGB (Red+Green+Blue) = 160+64+66=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04042 is #5FBFBD. Grayscale: #5D5D5D. Windows color (decimal): -6275006 or 4341920. OLE color: 4341920.

HSL color Cylindrical-coordinate representation of color #A04042: hue angle of 358.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04042 is Cyan = 0, Magento = 0.6, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 66 -
CMYK 0 0.6 0.59 0.37
HSL 358.75º 0.43% 0.44% -
HSV(B) 358.75º 0.6% 0.63% -
XYZ 17.31 11.53 6.47 -
YUV 92.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 160 64 66 0 0.6 0.59 0.37 358.75 0.43 0.44
Hex A0 40 42 0 3C 3B 25 167 2B 2C
Octal 240 100 102 0 74 73 45 547 53 54
Binary 10100000 1000000 1000010 0 111100 111011 100101 101100111 101011 101100

Color Harmonies of #A04042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04042

Black with #A04042

Text Example


Text Example

White with #A04042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04042; }

 p { color: rgb(160,64,66); }

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

background-color css

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

 a { background-color: rgb(160,64,66); }

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

border-color css

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

 span { border-color: rgb(160,64,66); }

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