Html Css Color HEX #A25248 Crail

📋 copy color: '#A25248'

red 162 ◦ green 82 ◦ blue 72

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

Shades of Crail #A25248

Tints of Crail #A25248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 51.27%
G = 25.95%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25248 (or 0xA25248) is known color: Crail. HEX triplet: A2, 52 and 48. RGB value is (162,82,72). Sum of RGB (Red+Green+Blue) = 162+82+72=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A25248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25248 is #5DADB7. Grayscale: #686868. Windows color (decimal): -6139320 or 4739746. OLE color: 4739746.

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

Color convert

RGB 162 82 72 -
CMYK 0 0.49 0.56 0.36
HSL 6.67º 0.38% 0.46% -
HSV(B) 6.67º 0.56% 0.64% -
XYZ 19.09 14.18 7.86 -
YUV 104.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 162 82 72 0 0.49 0.56 0.36 6.67 0.38 0.46
Hex A2 52 48 0 31 38 24 7 26 2E
Octal 242 122 110 0 61 70 44 7 46 56
Binary 10100010 1010010 1001000 0 110001 111000 100100 111 100110 101110

Color Harmonies of #A25248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25248

Black with #A25248

Text Example


Text Example

White with #A25248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25248; }

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

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

background-color css

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

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

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

border-color css

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

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

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