Html Css Color HEX #A25D4C Crail

📋 copy color: '#A25D4C'

red 162 ◦ green 93 ◦ blue 76

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

Shades of Crail #A25D4C

Tints of Crail #A25D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 48.94%
G = 28.1%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A25D4C (or 0xA25D4C) is known color: Crail. HEX triplet: A2, 5D and 4C. RGB value is (162,93,76). Sum of RGB (Red+Green+Blue) = 162+93+76=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D4C is #5DA2B3. Grayscale: #6F6F6F. Windows color (decimal): -6136500 or 5004706. OLE color: 5004706.

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

Color convert

RGB 162 93 76 -
CMYK 0 0.43 0.53 0.36
HSL 11.86º 0.36% 0.47% -
HSV(B) 11.86º 0.53% 0.64% -
XYZ 20.12 16.03 8.87 -
YUV 111.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 162 93 76 0 0.43 0.53 0.36 11.86 0.36 0.47
Hex A2 5D 4C 0 2B 35 24 C 24 2F
Octal 242 135 114 0 53 65 44 14 44 57
Binary 10100010 1011101 1001100 0 101011 110101 100100 1100 100100 101111

Color Harmonies of #A25D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D4C

Black with #A25D4C

Text Example


Text Example

White with #A25D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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