Html Css Color HEX #AF5365 Blush

📋 copy color: '#AF5365'

red 175 ◦ green 83 ◦ blue 101

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

Shades of Blush #AF5365

Tints of Blush #AF5365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 48.75%
G = 23.12%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF5365 (or 0xAF5365) is known color: Blush. HEX triplet: AF, 53 and 65. RGB value is (175,83,101). Sum of RGB (Red+Green+Blue) = 175+83+101=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5365 is #50AC9A. Grayscale: #707070. Windows color (decimal): -5287067 or 6640559. OLE color: 6640559.

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

Color convert

RGB 175 83 101 -
CMYK 0 0.53 0.42 0.31
HSL 348.26º 0.37% 0.51% -
HSV(B) 348.26º 0.53% 0.69% -
XYZ 23.12 16.24 14.23 -
YUV 112.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 175 83 101 0 0.53 0.42 0.31 348.26 0.37 0.51
Hex AF 53 65 0 35 2A 1F 15C 25 33
Octal 257 123 145 0 65 52 37 534 45 63
Binary 10101111 1010011 1100101 0 110101 101010 11111 101011100 100101 110011

Color Harmonies of #AF5365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5365

Black with #AF5365

Text Example


Text Example

White with #AF5365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5365; }

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

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

background-color css

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

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

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

border-color css

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

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

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