Html Css Color HEX #A05044 Crail

📋 copy color: '#A05044'

red 160 ◦ green 80 ◦ blue 68

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

Shades of Crail #A05044

Tints of Crail #A05044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 51.95%
G = 25.97%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A05044 (or 0xA05044) is known color: Crail. HEX triplet: A0, 50 and 44. RGB value is (160,80,68). Sum of RGB (Red+Green+Blue) = 160+80+68=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A05044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05044 is #5FAFBB. Grayscale: #666666. Windows color (decimal): -6270908 or 4477088. OLE color: 4477088.

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

Color convert

RGB 160 80 68 -
CMYK 0 0.5 0.57 0.37
HSL 7.83º 0.4% 0.45% -
HSV(B) 7.83º 0.58% 0.63% -
XYZ 18.41 13.63 7.13 -
YUV 102.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 160 80 68 0 0.5 0.57 0.37 7.83 0.4 0.45
Hex A0 50 44 0 32 39 25 8 28 2D
Octal 240 120 104 0 62 71 45 10 50 55
Binary 10100000 1010000 1000100 0 110010 111001 100101 1000 101000 101101

Color Harmonies of #A05044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05044

Black with #A05044

Text Example


Text Example

White with #A05044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05044; }

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

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

background-color css

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

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

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

border-color css

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

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

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