Html Css Color HEX #AF536C Blush

📋 copy color: '#AF536C'

red 175 ◦ green 83 ◦ blue 108

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

Shades of Blush #AF536C

Tints of Blush #AF536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 47.81%
G = 22.68%
B = 29.51%

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

#AF536C (or 0xAF536C) is known color: Blush. HEX triplet: AF, 53 and 6C. RGB value is (175,83,108). Sum of RGB (Red+Green+Blue) = 175+83+108=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF536C is #50AC93. Grayscale: #717171. Windows color (decimal): -5287060 or 7099311. OLE color: 7099311.

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

Color convert

RGB 175 83 108 -
CMYK 0 0.53 0.38 0.31
HSL 343.7º 0.37% 0.51% -
HSV(B) 343.7º 0.53% 0.69% -
XYZ 23.48 16.38 16.11 -
YUV 113.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 175 83 108 0 0.53 0.38 0.31 343.7 0.37 0.51
Hex AF 53 6C 0 35 26 1F 158 25 33
Octal 257 123 154 0 65 46 37 530 45 63
Binary 10101111 1010011 1101100 0 110101 100110 11111 101011000 100101 110011

Color Harmonies of #AF536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF536C

Black with #AF536C

Text Example


Text Example

White with #AF536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF536C; }

 p { color: rgb(175,83,108); }

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

background-color css

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

 a { background-color: rgb(175,83,108); }

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

border-color css

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

 span { border-color: rgb(175,83,108); }

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