Html Css Color HEX #A25040 Crail

📋 copy color: '#A25040'

red 162 ◦ green 80 ◦ blue 64

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

Shades of Crail #A25040

Tints of Crail #A25040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 52.94%
G = 26.14%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25040 (or 0xA25040) is known color: Crail. HEX triplet: A2, 50 and 40. RGB value is (162,80,64). Sum of RGB (Red+Green+Blue) = 162+80+64=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A25040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25040 is #5DAFBF. Grayscale: #666666. Windows color (decimal): -6139840 or 4214946. OLE color: 4214946.

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

Color convert

RGB 162 80 64 -
CMYK 0 0.51 0.60 0.36
HSL 9.8º 0.43% 0.44% -
HSV(B) 9.8º 0.6% 0.64% -
XYZ 18.69 13.79 6.53 -
YUV 102.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 162 80 64 0 0.51 0.60 0.36 9.8 0.43 0.44
Hex A2 50 40 0 33 3C 24 A 2B 2C
Octal 242 120 100 0 63 74 44 12 53 54
Binary 10100010 1010000 1000000 0 110011 111100 100100 1010 101011 101100

Color Harmonies of #A25040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25040

Black with #A25040

Text Example


Text Example

White with #A25040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25040; }

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

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

background-color css

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

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

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

border-color css

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

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

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