Html Css Color HEX #A25B53 Crail

📋 copy color: '#A25B53'

red 162 ◦ green 91 ◦ blue 83

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

Shades of Crail #A25B53

Tints of Crail #A25B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.08%

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

R = 48.21%
G = 27.08%
B = 24.7%

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

#A25B53 (or 0xA25B53) is known color: Crail. HEX triplet: A2, 5B and 53. RGB value is (162,91,83). Sum of RGB (Red+Green+Blue) = 162+91+83=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B53 is #5DA4AC. Grayscale: #6F6F6F. Windows color (decimal): -6137005 or 5462946. OLE color: 5462946.

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

Color convert

RGB 162 91 83 -
CMYK 0 0.44 0.49 0.36
HSL 6.08º 0.32% 0.48% -
HSV(B) 6.08º 0.49% 0.64% -
XYZ 20.2 15.79 10.17 -
YUV 111.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 162 91 83 0 0.44 0.49 0.36 6.08 0.32 0.48
Hex A2 5B 53 0 2C 31 24 6 20 30
Octal 242 133 123 0 54 61 44 6 40 60
Binary 10100010 1011011 1010011 0 101100 110001 100100 110 100000 110000

Color Harmonies of #A25B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B53

Black with #A25B53

Text Example


Text Example

White with #A25B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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