#AF524A

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

Shades of Apple Blossom #AF524A

Tints of Apple Blossom #AF524A

Color information

#AF524A (or 0xAF524A) is unknown color: approx Apple Blossom. HEX triplet: AF, 52 and 4A. RGB value is (175,82,74). Sum of RGB (Red+Green+Blue) = 175+82+74=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF524A is #50ADB5. Grayscale: #6D6D6D. Windows color (decimal): -5287350 or 4870831. OLE color: 4870831.

HSL color Cylindrical-coordinate representation of color #AF524A: hue angle of 4.75º 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 #AF524A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1758274-
CMYK00.530.580.31
HSL4.75º40.56%48.82%-
HSV(B)4.75º57.71%68.63%-
XYZ21.9315.648.34-
YUV108.9108.31175.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=52.87%
G=24.77%
B=22.36%

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
Decimal175827400.530.580.314.7540.5648.82
HexAF524A0353A1F52931
Octal257122112065723755161
Binary1010111110100101001010011010111101011111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF524A; }

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

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

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

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

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

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

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

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