Html Css Color HEX #A25245 Crail

📋 copy color: '#A25245'

red 162 ◦ green 82 ◦ blue 69

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

Shades of Crail #A25245

Tints of Crail #A25245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 51.76%
G = 26.2%
B = 22.04%

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

#A25245 (or 0xA25245) is known color: Crail. HEX triplet: A2, 52 and 45. RGB value is (162,82,69). Sum of RGB (Red+Green+Blue) = 162+82+69=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25245 is #5DADBA. Grayscale: #686868. Windows color (decimal): -6139323 or 4543138. OLE color: 4543138.

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

Color convert

RGB 162 82 69 -
CMYK 0 0.49 0.57 0.36
HSL 8.39º 0.4% 0.45% -
HSV(B) 8.39º 0.57% 0.64% -
XYZ 18.99 14.15 7.36 -
YUV 104.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 162 82 69 0 0.49 0.57 0.36 8.39 0.4 0.45
Hex A2 52 45 0 31 39 24 8 28 2D
Octal 242 122 105 0 61 71 44 10 50 55
Binary 10100010 1010010 1000101 0 110001 111001 100100 1000 101000 101101

Color Harmonies of #A25245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25245

Black with #A25245

Text Example


Text Example

White with #A25245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25245; }

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

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

background-color css

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

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

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

border-color css

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

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

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