Html Css Color HEX #A05952 Crail

📋 copy color: '#A05952'

red 160 ◦ green 89 ◦ blue 82

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

Shades of Crail #A05952

Tints of Crail #A05952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 48.34%
G = 26.89%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A05952 (or 0xA05952) is known color: Crail. HEX triplet: A0, 59 and 52. RGB value is (160,89,82). Sum of RGB (Red+Green+Blue) = 160+89+82=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A05952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05952 is #5FA6AD. Grayscale: #6D6D6D. Windows color (decimal): -6268590 or 5396896. OLE color: 5396896.

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

Color convert

RGB 160 89 82 -
CMYK 0 0.44 0.49 0.37
HSL 5.38º 0.32% 0.47% -
HSV(B) 5.38º 0.49% 0.63% -
XYZ 19.59 15.23 9.89 -
YUV 109.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 160 89 82 0 0.44 0.49 0.37 5.38 0.32 0.47
Hex A0 59 52 0 2C 31 25 5 20 2F
Octal 240 131 122 0 54 61 45 5 40 57
Binary 10100000 1011001 1010010 0 101100 110001 100101 101 100000 101111

Color Harmonies of #A05952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05952

Black with #A05952

Text Example


Text Example

White with #A05952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05952; }

 p { color: rgb(160,89,82); }

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

background-color css

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

 a { background-color: rgb(160,89,82); }

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

border-color css

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

 span { border-color: rgb(160,89,82); }

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