Html Css Color HEX #A25A53 Crail

📋 copy color: '#A25A53'

red 162 ◦ green 90 ◦ blue 83

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

Shades of Crail #A25A53

Tints of Crail #A25A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 48.36%
G = 26.87%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25A53 (or 0xA25A53) is known color: Crail. HEX triplet: A2, 5A and 53. RGB value is (162,90,83). Sum of RGB (Red+Green+Blue) = 162+90+83=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A53 is #5DA5AC. Grayscale: #6E6E6E. Windows color (decimal): -6137261 or 5462690. OLE color: 5462690.

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

Color convert

RGB 162 90 83 -
CMYK 0 0.44 0.49 0.36
HSL 5.32º 0.32% 0.48% -
HSV(B) 5.32º 0.49% 0.64% -
XYZ 20.12 15.62 10.14 -
YUV 110.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 162 90 83 0 0.44 0.49 0.36 5.32 0.32 0.48
Hex A2 5A 53 0 2C 31 24 5 20 30
Octal 242 132 123 0 54 61 44 5 40 60
Binary 10100010 1011010 1010011 0 101100 110001 100100 101 100000 110000

Color Harmonies of #A25A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A53

Black with #A25A53

Text Example


Text Example

White with #A25A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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