Html Css Color HEX #AF526D Blush

📋 copy color: '#AF526D'

red 175 ◦ green 82 ◦ blue 109

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

Shades of Blush #AF526D

Tints of Blush #AF526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 47.81%
G = 22.4%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF526D (or 0xAF526D) is known color: Blush. HEX triplet: AF, 52 and 6D. RGB value is (175,82,109). Sum of RGB (Red+Green+Blue) = 175+82+109=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF526D is #50AD92. Grayscale: #707070. Windows color (decimal): -5287315 or 7164591. OLE color: 7164591.

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

Color convert

RGB 175 82 109 -
CMYK 0 0.53 0.38 0.31
HSL 342.58º 0.37% 0.5% -
HSV(B) 342.58º 0.53% 0.69% -
XYZ 23.46 16.25 16.37 -
YUV 112.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 175 82 109 0 0.53 0.38 0.31 342.58 0.37 0.5
Hex AF 52 6D 0 35 26 1F 157 25 32
Octal 257 122 155 0 65 46 37 527 45 62
Binary 10101111 1010010 1101101 0 110101 100110 11111 101010111 100101 110010

Color Harmonies of #AF526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF526D

Black with #AF526D

Text Example


Text Example

White with #AF526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF526D; }

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

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

background-color css

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

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

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

border-color css

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

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

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