#A35754

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

Shades of Apple Blossom #A35754

Tints of Apple Blossom #A35754

Color information

#A35754 (or 0xA35754) is unknown color: approx Apple Blossom. HEX triplet: A3, 57 and 54. RGB value is (163,87,84). Sum of RGB (Red+Green+Blue) = 163+87+84=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A35754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35754 is #5CA8AB. Grayscale: #6D6D6D. Windows color (decimal): -6072492 or 5527459. OLE color: 5527459.

HSL color Cylindrical-coordinate representation of color #A35754: hue angle of 2.28º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35754 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1638784-
CMYK00.470.480.36
HSL2.28º31.98%48.43%-
HSV(B)2.28º48.47%63.92%-
XYZ20.1115.2410.27-
YUV109.38113.68166.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=48.80%
G=26.05%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163878400.470.480.362.2831.9848.43
HexA3575402F302422030
Octal243127124057604424060
Binary1010001110101111010100010111111000010010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35754; }

 p { color: rgb(163,87,84); }

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

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

 a { background-color: rgb(163,87,84); }

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

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

 span { border-color: rgb(163,87,84); }

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