Html Css Color HEX #A25141 Crail

📋 copy color: '#A25141'

red 162 ◦ green 81 ◦ blue 65

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

Shades of Crail #A25141

Tints of Crail #A25141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 52.6%
G = 26.3%
B = 21.1%

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

#A25141 (or 0xA25141) is known color: Crail. HEX triplet: A2, 51 and 41. RGB value is (162,81,65). Sum of RGB (Red+Green+Blue) = 162+81+65=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A25141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25141 is #5DAEBE. Grayscale: #676767. Windows color (decimal): -6139583 or 4280738. OLE color: 4280738.

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

Color convert

RGB 162 81 65 -
CMYK 0 0.50 0.60 0.36
HSL 9.9º 0.43% 0.45% -
HSV(B) 9.9º 0.6% 0.64% -
XYZ 18.8 13.95 6.7 -
YUV 103.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 162 81 65 0 0.50 0.60 0.36 9.9 0.43 0.45
Hex A2 51 41 0 32 3C 24 A 2B 2D
Octal 242 121 101 0 62 74 44 12 53 55
Binary 10100010 1010001 1000001 0 110010 111100 100100 1010 101011 101101

Color Harmonies of #A25141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25141

Black with #A25141

Text Example


Text Example

White with #A25141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25141; }

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

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

background-color css

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

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

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

border-color css

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

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

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