Html Css Color HEX #AF524E Apple Blossom

📋 copy color: '#AF524E'

red 175 ◦ green 82 ◦ blue 78

#AF524E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple Blossom #AF524E

Tints of Apple Blossom #AF524E

RGB

 RED value IS 175 (68.75% from 255) = 52.24%

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 78 (30.86% from 255) = 23.28%

R = 52.24%
G = 24.48%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF524E (or 0xAF524E) is known color: Apple Blossom. HEX triplet: AF, 52 and 4E. RGB value is (175,82,78). Sum of RGB (Red+Green+Blue) = 175+82+78=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF524E is #50ADB1. Grayscale: #6D6D6D. Windows color (decimal): -5287346 or 5132975. OLE color: 5132975.

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

Color convert

RGB 175 82 78 -
CMYK 0 0.53 0.55 0.31
HSL 2.47º 0.38% 0.5% -
HSV(B) 2.47º 0.55% 0.69% -
XYZ 22.07 15.7 9.07 -
YUV 109.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 175 82 78 0 0.53 0.55 0.31 2.47 0.38 0.5
Hex AF 52 4E 0 35 37 1F 2 26 32
Octal 257 122 116 0 65 67 37 2 46 62
Binary 10101111 1010010 1001110 0 110101 110111 11111 10 100110 110010

Color Harmonies of #AF524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF524E

Black with #AF524E

Text Example


Text Example

White with #AF524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF524E; }

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

 H1.HeaderClassName
 {
   color: #AF524E;
 }
 .AnyTagClassName
 {
   color: #AF524E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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