Html Css Color HEX #A25340 Crail

📋 copy color: '#A25340'

red 162 ◦ green 83 ◦ blue 64

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

Shades of Crail #A25340

Tints of Crail #A25340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 52.43%
G = 26.86%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A25340 (or 0xA25340) is known color: Crail. HEX triplet: A2, 53 and 40. RGB value is (162,83,64). Sum of RGB (Red+Green+Blue) = 162+83+64=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A25340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25340 is #5DACBF. Grayscale: #686868. Windows color (decimal): -6139072 or 4215714. OLE color: 4215714.

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

Color convert

RGB 162 83 64 -
CMYK 0 0.49 0.60 0.36
HSL 11.63º 0.43% 0.44% -
HSV(B) 11.63º 0.6% 0.64% -
XYZ 18.92 14.24 6.6 -
YUV 104.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 162 83 64 0 0.49 0.60 0.36 11.63 0.43 0.44
Hex A2 53 40 0 31 3C 24 C 2B 2C
Octal 242 123 100 0 61 74 44 14 53 54
Binary 10100010 1010011 1000000 0 110001 111100 100100 1100 101011 101100

Color Harmonies of #A25340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25340

Black with #A25340

Text Example


Text Example

White with #A25340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25340; }

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

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

background-color css

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

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

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

border-color css

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

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

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