Html Css Color HEX #A25C53 Crail

📋 copy color: '#A25C53'

red 162 ◦ green 92 ◦ blue 83

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

Shades of Crail #A25C53

Tints of Crail #A25C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 48.07%
G = 27.3%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25C53 (or 0xA25C53) is known color: Crail. HEX triplet: A2, 5C and 53. RGB value is (162,92,83). Sum of RGB (Red+Green+Blue) = 162+92+83=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C53 is #5DA3AC. Grayscale: #707070. Windows color (decimal): -6136749 or 5463202. OLE color: 5463202.

HSL color Cylindrical-coordinate representation of color #A25C53: hue angle of 6.84º 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 #A25C53 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 92 83 -
CMYK 0 0.43 0.49 0.36
HSL 6.84º 0.32% 0.48% -
HSV(B) 6.84º 0.49% 0.64% -
XYZ 20.29 15.96 10.19 -
YUV 111.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 162 92 83 0 0.43 0.49 0.36 6.84 0.32 0.48
Hex A2 5C 53 0 2B 31 24 7 20 30
Octal 242 134 123 0 53 61 44 7 40 60
Binary 10100010 1011100 1010011 0 101011 110001 100100 111 100000 110000

Color Harmonies of #A25C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C53

Black with #A25C53

Text Example


Text Example

White with #A25C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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