Html Css Color HEX #A25147 Crail

📋 copy color: '#A25147'

red 162 ◦ green 81 ◦ blue 71

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

Shades of Crail #A25147

Tints of Crail #A25147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 51.59%
G = 25.8%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25147 (or 0xA25147) is known color: Crail. HEX triplet: A2, 51 and 47. RGB value is (162,81,71). Sum of RGB (Red+Green+Blue) = 162+81+71=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25147 is #5DAEB8. Grayscale: #686868. Windows color (decimal): -6139577 or 4673954. OLE color: 4673954.

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

Color convert

RGB 162 81 71 -
CMYK 0 0.50 0.56 0.36
HSL 6.59º 0.39% 0.46% -
HSV(B) 6.59º 0.56% 0.64% -
XYZ 18.98 14.02 7.67 -
YUV 104.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 162 81 71 0 0.50 0.56 0.36 6.59 0.39 0.46
Hex A2 51 47 0 32 38 24 7 27 2E
Octal 242 121 107 0 62 70 44 7 47 56
Binary 10100010 1010001 1000111 0 110010 111000 100100 111 100111 101110

Color Harmonies of #A25147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25147

Black with #A25147

Text Example


Text Example

White with #A25147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25147; }

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

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

background-color css

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

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

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

border-color css

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

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

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