Html Css Color HEX #A25440 Crail

📋 copy color: '#A25440'

red 162 ◦ green 84 ◦ blue 64

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

Shades of Crail #A25440

Tints of Crail #A25440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 52.26%
G = 27.1%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25440 (or 0xA25440) is known color: Crail. HEX triplet: A2, 54 and 40. RGB value is (162,84,64). Sum of RGB (Red+Green+Blue) = 162+84+64=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25440 is #5DABBF. Grayscale: #696969. Windows color (decimal): -6138816 or 4215970. OLE color: 4215970.

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

Color convert

RGB 162 84 64 -
CMYK 0 0.48 0.60 0.36
HSL 12.24º 0.43% 0.44% -
HSV(B) 12.24º 0.6% 0.64% -
XYZ 19 14.39 6.63 -
YUV 105.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 162 84 64 0 0.48 0.60 0.36 12.24 0.43 0.44
Hex A2 54 40 0 30 3C 24 C 2B 2C
Octal 242 124 100 0 60 74 44 14 53 54
Binary 10100010 1010100 1000000 0 110000 111100 100100 1100 101011 101100

Color Harmonies of #A25440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25440

Black with #A25440

Text Example


Text Example

White with #A25440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25440; }

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

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

background-color css

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

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

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

border-color css

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

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

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