Html Css Color HEX #A25949 Crail

📋 copy color: '#A25949'

red 162 ◦ green 89 ◦ blue 73

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

Shades of Crail #A25949

Tints of Crail #A25949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 50%
G = 27.47%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A25949 (or 0xA25949) is known color: Crail. HEX triplet: A2, 59 and 49. RGB value is (162,89,73). Sum of RGB (Red+Green+Blue) = 162+89+73=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25949 is #5DA6B6. Grayscale: #6D6D6D. Windows color (decimal): -6137527 or 4807074. OLE color: 4807074.

HSL color Cylindrical-coordinate representation of color #A25949: hue angle of 10.79º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25949 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 73 -
CMYK 0 0.45 0.55 0.36
HSL 10.79º 0.38% 0.46% -
HSV(B) 10.79º 0.55% 0.64% -
XYZ 19.68 15.31 8.22 -
YUV 109 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 162 89 73 0 0.45 0.55 0.36 10.79 0.38 0.46
Hex A2 59 49 0 2D 37 24 B 26 2E
Octal 242 131 111 0 55 67 44 13 46 56
Binary 10100010 1011001 1001001 0 101101 110111 100100 1011 100110 101110

Color Harmonies of #A25949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25949

Black with #A25949

Text Example


Text Example

White with #A25949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25949; }

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

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

background-color css

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

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

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

border-color css

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

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

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