Html Css Color HEX #A25A50 Crail

📋 copy color: '#A25A50'

red 162 ◦ green 90 ◦ blue 80

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

Shades of Crail #A25A50

Tints of Crail #A25A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 48.8%
G = 27.11%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25A50 (or 0xA25A50) is known color: Crail. HEX triplet: A2, 5A and 50. RGB value is (162,90,80). Sum of RGB (Red+Green+Blue) = 162+90+80=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A50 is #5DA5AF. Grayscale: #6E6E6E. Windows color (decimal): -6137264 or 5266082. OLE color: 5266082.

HSL color Cylindrical-coordinate representation of color #A25A50: hue angle of 7.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25A50 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 90 80 -
CMYK 0 0.44 0.51 0.36
HSL 7.32º 0.34% 0.47% -
HSV(B) 7.32º 0.51% 0.64% -
XYZ 20 15.57 9.54 -
YUV 110.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 162 90 80 0 0.44 0.51 0.36 7.32 0.34 0.47
Hex A2 5A 50 0 2C 33 24 7 22 2F
Octal 242 132 120 0 54 63 44 7 42 57
Binary 10100010 1011010 1010000 0 101100 110011 100100 111 100010 101111

Color Harmonies of #A25A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A50

Black with #A25A50

Text Example


Text Example

White with #A25A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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