Html Css Color HEX #A25246 Crail

📋 copy color: '#A25246'

red 162 ◦ green 82 ◦ blue 70

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

Shades of Crail #A25246

Tints of Crail #A25246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 51.59%
G = 26.11%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25246 (or 0xA25246) is known color: Crail. HEX triplet: A2, 52 and 46. RGB value is (162,82,70). Sum of RGB (Red+Green+Blue) = 162+82+70=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25246 is #5DADB9. Grayscale: #686868. Windows color (decimal): -6139322 or 4608674. OLE color: 4608674.

HSL color Cylindrical-coordinate representation of color #A25246: hue angle of 7.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25246 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 70 -
CMYK 0 0.49 0.57 0.36
HSL 7.83º 0.4% 0.45% -
HSV(B) 7.83º 0.57% 0.64% -
XYZ 19.02 14.16 7.52 -
YUV 104.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 162 82 70 0 0.49 0.57 0.36 7.83 0.4 0.45
Hex A2 52 46 0 31 39 24 8 28 2D
Octal 242 122 106 0 61 71 44 10 50 55
Binary 10100010 1010010 1000110 0 110001 111001 100100 1000 101000 101101

Color Harmonies of #A25246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25246

Black with #A25246

Text Example


Text Example

White with #A25246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25246; }

 p { color: rgb(162,82,70); }

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

background-color css

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

 a { background-color: rgb(162,82,70); }

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

border-color css

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

 span { border-color: rgb(162,82,70); }

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