#A25043

Color #A25043 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A25043

Tints of Crail #A25043

Color information

#A25043 (or 0xA25043) is unknown color: approx Crail. HEX triplet: A2, 50 and 43. RGB value is (162,80,67). Sum of RGB (Red+Green+Blue) = 162+80+67=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A25043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25043 is #5DAFBC. Grayscale: #676767. Windows color (decimal): -6139837 or 4411554. OLE color: 4411554.

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

Color convert

RGB1628067-
CMYK00.510.590.36
HSL8.21º41.48%44.9%-
HSV(B)8.21º58.64%63.53%-
XYZ18.7813.826.99-
YUV103.04107.67170.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=52.43%
G=25.89%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162806700.510.590.368.2141.4844.9
HexA250430333B248292d
Octal2421201030637344105155
Binary101000101010000100001101100111110111001001000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25043; }

 p { color: rgb(162,80,67); }

 H1.HeaderClassName
 {
   color: #A25043;
 }
 .AnyTagClassName
 {
   color: #A25043;
 }
</style>
background-color css

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

 a { background-color: rgb(162,80,67); }

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

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

 span { border-color: rgb(162,80,67); }

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