#A94F4B

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

Shades of Apple Blossom #A94F4B

Tints of Apple Blossom #A94F4B

Color information

#A94F4B (or 0xA94F4B) is unknown color: approx Apple Blossom. HEX triplet: A9, 4F and 4B. RGB value is (169,79,75). Sum of RGB (Red+Green+Blue) = 169+79+75=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94F4B is #56B0B4. Grayscale: #696969. Windows color (decimal): -5681333 or 4935593. OLE color: 4935593.

HSL color Cylindrical-coordinate representation of color #A94F4B: hue angle of 2.55º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94F4B is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB1697975-
CMYK00.530.560.34
HSL2.55º38.52%47.84%-
HSV(B)2.55º55.62%66.27%-
XYZ20.4314.538.39-
YUV105.45110.82173.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=52.32%
G=24.46%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169797500.530.560.342.5538.5247.84
HexA94F4B035382232730
Octal251117113065704234760
Binary1010100110011111001011011010111100010001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F4B; }

 p { color: rgb(169,79,75); }

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

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

 a { background-color: rgb(169,79,75); }

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

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

 span { border-color: rgb(169,79,75); }

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