Html Css Color HEX #A25140 Crail

📋 copy color: '#A25140'

red 162 ◦ green 81 ◦ blue 64

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

Shades of Crail #A25140

Tints of Crail #A25140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 52.77%
G = 26.38%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25140 (or 0xA25140) is known color: Crail. HEX triplet: A2, 51 and 40. RGB value is (162,81,64). Sum of RGB (Red+Green+Blue) = 162+81+64=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A25140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25140 is #5DAEBF. Grayscale: #676767. Windows color (decimal): -6139584 or 4215202. OLE color: 4215202.

HSL color Cylindrical-coordinate representation of color #A25140: hue angle of 10.41º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25140 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 64 -
CMYK 0 0.50 0.60 0.36
HSL 10.41º 0.43% 0.44% -
HSV(B) 10.41º 0.6% 0.64% -
XYZ 18.77 13.94 6.55 -
YUV 103.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 162 81 64 0 0.50 0.60 0.36 10.41 0.43 0.44
Hex A2 51 40 0 32 3C 24 A 2B 2C
Octal 242 121 100 0 62 74 44 12 53 54
Binary 10100010 1010001 1000000 0 110010 111100 100100 1010 101011 101100

Color Harmonies of #A25140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25140

Black with #A25140

Text Example


Text Example

White with #A25140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25140; }

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

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

background-color css

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

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

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

border-color css

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

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

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