Html Css Color HEX #AF524C Apple Blossom

📋 copy color: '#AF524C'

red 175 ◦ green 82 ◦ blue 76

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

Shades of Apple Blossom #AF524C

Tints of Apple Blossom #AF524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 52.55%
G = 24.62%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF524C (or 0xAF524C) is known color: Apple Blossom. HEX triplet: AF, 52 and 4C. RGB value is (175,82,76). Sum of RGB (Red+Green+Blue) = 175+82+76=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF524C is #50ADB3. Grayscale: #6D6D6D. Windows color (decimal): -5287348 or 5001903. OLE color: 5001903.

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

Color convert

RGB 175 82 76 -
CMYK 0 0.53 0.57 0.31
HSL 3.64º 0.39% 0.49% -
HSV(B) 3.64º 0.57% 0.69% -
XYZ 22 15.67 8.7 -
YUV 109.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 175 82 76 0 0.53 0.57 0.31 3.64 0.39 0.49
Hex AF 52 4C 0 35 39 1F 4 27 31
Octal 257 122 114 0 65 71 37 4 47 61
Binary 10101111 1010010 1001100 0 110101 111001 11111 100 100111 110001

Color Harmonies of #AF524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF524C

Black with #AF524C

Text Example


Text Example

White with #AF524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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