#a75042

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

Shades of Apple Blossom #A75042

Tints of Apple Blossom #A75042

Color information

#A75042 (or 0xA75042) is unknown color: approx Apple Blossom. HEX triplet: A7, 50 and 42. RGB value is (167,80,66). Sum of RGB (Red+Green+Blue) = 167+80+66=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A75042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75042 is #58AFBD. Grayscale: #686868. Windows color (decimal): -5812158 or 4346023. OLE color: 4346023.

HSL color Cylindrical-coordinate representation of color #A75042: hue angle of 8.32º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A75042 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1678066-
CMYK00.520.600.35
HSL8.32º43.35%45.69%-
HSV(B)8.32º60.48%65.49%-
XYZ19.7914.356.88-
YUV104.42106.32172.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.35%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=53.35%
G=25.56%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167806600.520.600.358.3243.3545.69
HexA750420343C2382b2e
Octal2471201020647443105356
Binary101001111010000100001001101001111001000111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75042; }

 p { color: rgb(167,80,66); }

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

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

 a { background-color: rgb(167,80,66); }

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

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

 span { border-color: rgb(167,80,66); }

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