Html Css Color HEX #A05042 Crail

📋 copy color: '#A05042'

red 160 ◦ green 80 ◦ blue 66

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

Shades of Crail #A05042

Tints of Crail #A05042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 52.29%
G = 26.14%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05042 (or 0xA05042) is known color: Crail. HEX triplet: A0, 50 and 42. RGB value is (160,80,66). Sum of RGB (Red+Green+Blue) = 160+80+66=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A05042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05042 is #5FAFBD. Grayscale: #666666. Windows color (decimal): -6270910 or 4346016. OLE color: 4346016.

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

Color convert

RGB 160 80 66 -
CMYK 0 0.5 0.59 0.37
HSL 8.94º 0.42% 0.44% -
HSV(B) 8.94º 0.59% 0.63% -
XYZ 18.35 13.6 6.81 -
YUV 102.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 160 80 66 0 0.5 0.59 0.37 8.94 0.42 0.44
Hex A0 50 42 0 32 3B 25 9 2A 2C
Octal 240 120 102 0 62 73 45 11 52 54
Binary 10100000 1010000 1000010 0 110010 111011 100101 1001 101010 101100

Color Harmonies of #A05042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05042

Black with #A05042

Text Example


Text Example

White with #A05042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05042; }

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

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

background-color css

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

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

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

border-color css

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

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

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