Html Css Color HEX #A25A51 Crail

📋 copy color: '#A25A51'

red 162 ◦ green 90 ◦ blue 81

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

Shades of Crail #A25A51

Tints of Crail #A25A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 48.65%
G = 27.03%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A25A51 (or 0xA25A51) is known color: Crail. HEX triplet: A2, 5A and 51. RGB value is (162,90,81). Sum of RGB (Red+Green+Blue) = 162+90+81=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A51 is #5DA5AE. Grayscale: #6E6E6E. Windows color (decimal): -6137263 or 5331618. OLE color: 5331618.

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

Color convert

RGB 162 90 81 -
CMYK 0 0.44 0.50 0.36
HSL 6.67º 0.33% 0.48% -
HSV(B) 6.67º 0.5% 0.64% -
XYZ 20.04 15.59 9.74 -
YUV 110.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 162 90 81 0 0.44 0.50 0.36 6.67 0.33 0.48
Hex A2 5A 51 0 2C 32 24 7 21 30
Octal 242 132 121 0 54 62 44 7 41 60
Binary 10100010 1011010 1010001 0 101100 110010 100100 111 100001 110000

Color Harmonies of #A25A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A51

Black with #A25A51

Text Example


Text Example

White with #A25A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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