Html Css Color HEX #A25D50 Crail

📋 copy color: '#A25D50'

red 162 ◦ green 93 ◦ blue 80

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

Shades of Crail #A25D50

Tints of Crail #A25D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 48.36%
G = 27.76%
B = 23.88%

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

#A25D50 (or 0xA25D50) is known color: Crail. HEX triplet: A2, 5D and 50. RGB value is (162,93,80). Sum of RGB (Red+Green+Blue) = 162+93+80=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D50 is #5DA2AF. Grayscale: #707070. Windows color (decimal): -6136496 or 5266850. OLE color: 5266850.

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

Color convert

RGB 162 93 80 -
CMYK 0 0.43 0.51 0.36
HSL 9.51º 0.34% 0.47% -
HSV(B) 9.51º 0.51% 0.64% -
XYZ 20.26 16.09 9.63 -
YUV 112.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 162 93 80 0 0.43 0.51 0.36 9.51 0.34 0.47
Hex A2 5D 50 0 2B 33 24 A 22 2F
Octal 242 135 120 0 53 63 44 12 42 57
Binary 10100010 1011101 1010000 0 101011 110011 100100 1010 100010 101111

Color Harmonies of #A25D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25D50

Black with #A25D50

Text Example


Text Example

White with #A25D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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