#A74C45

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

Shades of Apple Blossom #A74C45

Tints of Apple Blossom #A74C45

Color information

#A74C45 (or 0xA74C45) is unknown color: approx Apple Blossom. HEX triplet: A7, 4C and 45. RGB value is (167,76,69). Sum of RGB (Red+Green+Blue) = 167+76+69=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74C45 is #58B3BA. Grayscale: #666666. Windows color (decimal): -5813179 or 4541607. OLE color: 4541607.

HSL color Cylindrical-coordinate representation of color #A74C45: hue angle of 4.29º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74C45 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1677669-
CMYK00.540.590.35
HSL4.29º41.53%46.27%-
HSV(B)4.29º58.68%65.49%-
XYZ19.5913.817.26-
YUV102.41109.15174.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=53.53%
G=24.36%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167766900.540.590.354.2941.5346.27
HexA74C450363B2342a2e
Octal247114105066734345256
Binary10100111100110010001010110110111011100011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74C45; }

 p { color: rgb(167,76,69); }

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

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

 a { background-color: rgb(167,76,69); }

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

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

 span { border-color: rgb(167,76,69); }

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