Html Css Color HEX #A25247 Crail

📋 copy color: '#A25247'

red 162 ◦ green 82 ◦ blue 71

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

Shades of Crail #A25247

Tints of Crail #A25247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 51.43%
G = 26.03%
B = 22.54%

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

#A25247 (or 0xA25247) is known color: Crail. HEX triplet: A2, 52 and 47. RGB value is (162,82,71). Sum of RGB (Red+Green+Blue) = 162+82+71=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A25247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25247 is #5DADB8. Grayscale: #686868. Windows color (decimal): -6139321 or 4674210. OLE color: 4674210.

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

Color convert

RGB 162 82 71 -
CMYK 0 0.49 0.56 0.36
HSL 7.25º 0.39% 0.46% -
HSV(B) 7.25º 0.56% 0.64% -
XYZ 19.05 14.17 7.69 -
YUV 104.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 162 82 71 0 0.49 0.56 0.36 7.25 0.39 0.46
Hex A2 52 47 0 31 38 24 7 27 2E
Octal 242 122 107 0 61 70 44 7 47 56
Binary 10100010 1010010 1000111 0 110001 111000 100100 111 100111 101110

Color Harmonies of #A25247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25247

Black with #A25247

Text Example


Text Example

White with #A25247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25247; }

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

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

background-color css

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

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

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

border-color css

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

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

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