#A94C3F

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

Shades of Apple Blossom #A94C3F

Tints of Apple Blossom #A94C3F

Color information

#A94C3F (or 0xA94C3F) is unknown color: approx Apple Blossom. HEX triplet: A9, 4C and 3F. RGB value is (169,76,63). Sum of RGB (Red+Green+Blue) = 169+76+63=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C3F is #56B3C0. Grayscale: #666666. Windows color (decimal): -5682113 or 4148393. OLE color: 4148393.

HSL color Cylindrical-coordinate representation of color #A94C3F: hue angle of 7.36º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94C3F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1697663-
CMYK00.550.630.34
HSL7.36º45.69%45.49%-
HSV(B)7.36º62.72%66.27%-
XYZ19.8413.966.35-
YUV102.32105.81175.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 63 (25% from 255) = 20.45%
R=54.87%
G=24.68%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169766300.550.630.347.3645.6945.49
HexA94C3F0373F2272e2d
Octal25111477067774275655
Binary1010100110011001111110110111111111100010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C3F; }

 p { color: rgb(169,76,63); }

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

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

 a { background-color: rgb(169,76,63); }

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

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

 span { border-color: rgb(169,76,63); }

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