Html Css Color HEX #AF526B Blush

📋 copy color: '#AF526B'

red 175 ◦ green 82 ◦ blue 107

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

Shades of Blush #AF526B

Tints of Blush #AF526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 48.08%
G = 22.53%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF526B (or 0xAF526B) is known color: Blush. HEX triplet: AF, 52 and 6B. RGB value is (175,82,107). Sum of RGB (Red+Green+Blue) = 175+82+107=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526B is #50AD94. Grayscale: #707070. Windows color (decimal): -5287317 or 7033519. OLE color: 7033519.

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

Color convert

RGB 175 82 107 -
CMYK 0 0.53 0.39 0.31
HSL 343.87º 0.37% 0.5% -
HSV(B) 343.87º 0.53% 0.69% -
XYZ 23.35 16.21 15.81 -
YUV 112.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 175 82 107 0 0.53 0.39 0.31 343.87 0.37 0.5
Hex AF 52 6B 0 35 27 1F 158 25 32
Octal 257 122 153 0 65 47 37 530 45 62
Binary 10101111 1010010 1101011 0 110101 100111 11111 101011000 100101 110010

Color Harmonies of #AF526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF526B

Black with #AF526B

Text Example


Text Example

White with #AF526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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