#A94C3E

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

Shades of Apple Blossom #A94C3E

Tints of Apple Blossom #A94C3E

Color information

#A94C3E (or 0xA94C3E) is unknown color: approx Apple Blossom. HEX triplet: A9, 4C and 3E. RGB value is (169,76,62). Sum of RGB (Red+Green+Blue) = 169+76+62=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94C3E is #56B3C1. Grayscale: #666666. Windows color (decimal): -5682114 or 4082857. OLE color: 4082857.

HSL color Cylindrical-coordinate representation of color #A94C3E: hue angle of 7.85º 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 #A94C3E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1697662-
CMYK00.550.630.34
HSL7.85º46.32%45.29%-
HSV(B)7.85º63.31%66.27%-
XYZ19.8213.956.21-
YUV102.21105.31175.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=55.05%
G=24.76%
B=20.20%

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
Decimal169766200.550.630.347.8546.3245.29
HexA94C3E0373F2282e2d
Octal251114760677742105655
Binary10101001100110011111001101111111111000101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C3E; }

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

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

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

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

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

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

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

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