Html Css Color HEX #AF5567 Blush

📋 copy color: '#AF5567'

red 175 ◦ green 85 ◦ blue 103

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

Shades of Blush #AF5567

Tints of Blush #AF5567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 48.21%
G = 23.42%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF5567 (or 0xAF5567) is known color: Blush. HEX triplet: AF, 55 and 67. RGB value is (175,85,103). Sum of RGB (Red+Green+Blue) = 175+85+103=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5567 is #50AA98. Grayscale: #717171. Windows color (decimal): -5286553 or 6772143. OLE color: 6772143.

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

Color convert

RGB 175 85 103 -
CMYK 0 0.51 0.41 0.31
HSL 348º 0.36% 0.51% -
HSV(B) 348º 0.51% 0.69% -
XYZ 23.38 16.59 14.8 -
YUV 113.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 175 85 103 0 0.51 0.41 0.31 348 0.36 0.51
Hex AF 55 67 0 33 29 1F 15C 24 33
Octal 257 125 147 0 63 51 37 534 44 63
Binary 10101111 1010101 1100111 0 110011 101001 11111 101011100 100100 110011

Color Harmonies of #AF5567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5567

Black with #AF5567

Text Example


Text Example

White with #AF5567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5567; }

 p { color: rgb(175,85,103); }

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

background-color css

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

 a { background-color: rgb(175,85,103); }

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

border-color css

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

 span { border-color: rgb(175,85,103); }

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