Html Css Color HEX #A25953 Crail

📋 copy color: '#A25953'

red 162 ◦ green 89 ◦ blue 83

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

Shades of Crail #A25953

Tints of Crail #A25953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 48.5%
G = 26.65%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25953 (or 0xA25953) is known color: Crail. HEX triplet: A2, 59 and 53. RGB value is (162,89,83). Sum of RGB (Red+Green+Blue) = 162+89+83=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25953 is #5DA6AC. Grayscale: #6E6E6E. Windows color (decimal): -6137517 or 5462434. OLE color: 5462434.

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

Color convert

RGB 162 89 83 -
CMYK 0 0.45 0.49 0.36
HSL 4.56º 0.32% 0.48% -
HSV(B) 4.56º 0.49% 0.64% -
XYZ 20.03 15.45 10.11 -
YUV 110.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 162 89 83 0 0.45 0.49 0.36 4.56 0.32 0.48
Hex A2 59 53 0 2D 31 24 5 20 30
Octal 242 131 123 0 55 61 44 5 40 60
Binary 10100010 1011001 1010011 0 101101 110001 100100 101 100000 110000

Color Harmonies of #A25953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25953

Black with #A25953

Text Example


Text Example

White with #A25953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25953; }

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

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

background-color css

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

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

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

border-color css

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

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

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