Html Css Color HEX #A25144 Crail

📋 copy color: '#A25144'

red 162 ◦ green 81 ◦ blue 68

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

Shades of Crail #A25144

Tints of Crail #A25144

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 52.09%
G = 26.05%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A25144 (or 0xA25144) is known color: Crail. HEX triplet: A2, 51 and 44. RGB value is (162,81,68). Sum of RGB (Red+Green+Blue) = 162+81+68=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25144 is #5DAEBB. Grayscale: #676767. Windows color (decimal): -6139580 or 4477346. OLE color: 4477346.

HSL color Cylindrical-coordinate representation of color #A25144: hue angle of 8.3º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25144 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 68 -
CMYK 0 0.50 0.58 0.36
HSL 8.3º 0.41% 0.45% -
HSV(B) 8.3º 0.58% 0.64% -
XYZ 18.89 13.98 7.17 -
YUV 103.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 162 81 68 0 0.50 0.58 0.36 8.3 0.41 0.45
Hex A2 51 44 0 32 3A 24 8 29 2D
Octal 242 121 104 0 62 72 44 10 51 55
Binary 10100010 1010001 1000100 0 110010 111010 100100 1000 101001 101101

Color Harmonies of #A25144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25144

Black with #A25144

Text Example


Text Example

White with #A25144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25144; }

 p { color: rgb(162,81,68); }

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

background-color css

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

 a { background-color: rgb(162,81,68); }

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

border-color css

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

 span { border-color: rgb(162,81,68); }

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