Html Css Color HEX #A25D4F Crail

📋 copy color: '#A25D4F'

red 162 ◦ green 93 ◦ blue 79

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

Shades of Crail #A25D4F

Tints of Crail #A25D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 48.5%
G = 27.84%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25D4F (or 0xA25D4F) is known color: Crail. HEX triplet: A2, 5D and 4F. RGB value is (162,93,79). Sum of RGB (Red+Green+Blue) = 162+93+79=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D4F is #5DA2B0. Grayscale: #707070. Windows color (decimal): -6136497 or 5201314. OLE color: 5201314.

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

Color convert

RGB 162 93 79 -
CMYK 0 0.43 0.51 0.36
HSL 10.12º 0.34% 0.47% -
HSV(B) 10.12º 0.51% 0.64% -
XYZ 20.23 16.07 9.43 -
YUV 112.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 162 93 79 0 0.43 0.51 0.36 10.12 0.34 0.47
Hex A2 5D 4F 0 2B 33 24 A 22 2F
Octal 242 135 117 0 53 63 44 12 42 57
Binary 10100010 1011101 1001111 0 101011 110011 100100 1010 100010 101111

Color Harmonies of #A25D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D4F

Black with #A25D4F

Text Example


Text Example

White with #A25D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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