Html Css Color HEX #AF5465 Blush

📋 copy color: '#AF5465'

red 175 ◦ green 84 ◦ blue 101

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

Shades of Blush #AF5465

Tints of Blush #AF5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 48.61%
G = 23.33%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF5465 (or 0xAF5465) is known color: Blush. HEX triplet: AF, 54 and 65. RGB value is (175,84,101). Sum of RGB (Red+Green+Blue) = 175+84+101=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5465 is #50AB9A. Grayscale: #717171. Windows color (decimal): -5286811 or 6640815. OLE color: 6640815.

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

Color convert

RGB 175 84 101 -
CMYK 0 0.52 0.42 0.31
HSL 348.79º 0.36% 0.51% -
HSV(B) 348.79º 0.52% 0.69% -
XYZ 23.2 16.39 14.25 -
YUV 113.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 175 84 101 0 0.52 0.42 0.31 348.79 0.36 0.51
Hex AF 54 65 0 34 2A 1F 15D 24 33
Octal 257 124 145 0 64 52 37 535 44 63
Binary 10101111 1010100 1100101 0 110100 101010 11111 101011101 100100 110011

Color Harmonies of #AF5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5465

Black with #AF5465

Text Example


Text Example

White with #AF5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5465; }

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

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

background-color css

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

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

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

border-color css

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

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

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