Html Css Color HEX #A25A4C Crail

📋 copy color: '#A25A4C'

red 162 ◦ green 90 ◦ blue 76

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

Shades of Crail #A25A4C

Tints of Crail #A25A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 49.39%
G = 27.44%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A25A4C (or 0xA25A4C) is known color: Crail. HEX triplet: A2, 5A and 4C. RGB value is (162,90,76). Sum of RGB (Red+Green+Blue) = 162+90+76=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A4C is #5DA5B3. Grayscale: #6E6E6E. Windows color (decimal): -6137268 or 5003938. OLE color: 5003938.

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

Color convert

RGB 162 90 76 -
CMYK 0 0.44 0.53 0.36
HSL 9.77º 0.36% 0.47% -
HSV(B) 9.77º 0.53% 0.64% -
XYZ 19.86 15.52 8.79 -
YUV 109.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 162 90 76 0 0.44 0.53 0.36 9.77 0.36 0.47
Hex A2 5A 4C 0 2C 35 24 A 24 2F
Octal 242 132 114 0 54 65 44 12 44 57
Binary 10100010 1011010 1001100 0 101100 110101 100100 1010 100100 101111

Color Harmonies of #A25A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A4C

Black with #A25A4C

Text Example


Text Example

White with #A25A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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