#AF534A

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

Shades of Apple Blossom #AF534A

Tints of Apple Blossom #AF534A

Color information

#AF534A (or 0xAF534A) is unknown color: approx Apple Blossom. HEX triplet: AF, 53 and 4A. RGB value is (175,83,74). Sum of RGB (Red+Green+Blue) = 175+83+74=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF534A is #50ACB5. Grayscale: #6D6D6D. Windows color (decimal): -5287094 or 4871087. OLE color: 4871087.

HSL color Cylindrical-coordinate representation of color #AF534A: hue angle of 5.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF534A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1758374-
CMYK00.530.580.31
HSL5.35º40.56%48.82%-
HSV(B)5.35º57.71%68.63%-
XYZ22.0115.798.37-
YUV109.48107.98174.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.71%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=52.71%
G=25%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175837400.530.580.315.3540.5648.82
HexAF534A0353A1F52931
Octal257123112065723755161
Binary1010111110100111001010011010111101011111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF534A; }

 p { color: rgb(175,83,74); }

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

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

 a { background-color: rgb(175,83,74); }

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

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

 span { border-color: rgb(175,83,74); }

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