Html Css Color HEX #AF6065 Blush

📋 copy color: '#AF6065'

red 175 ◦ green 96 ◦ blue 101

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

Shades of Blush #AF6065

Tints of Blush #AF6065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

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

R = 47.04%
G = 25.81%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF6065 (or 0xAF6065) is known color: Blush. HEX triplet: AF, 60 and 65. RGB value is (175,96,101). Sum of RGB (Red+Green+Blue) = 175+96+101=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6065 is #509F9A. Grayscale: #787878. Windows color (decimal): -5283739 or 6643887. OLE color: 6643887.

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

Color convert

RGB 175 96 101 -
CMYK 0 0.45 0.42 0.31
HSL 356.2º 0.33% 0.53% -
HSV(B) 356.2º 0.45% 0.69% -
XYZ 24.21 18.42 14.59 -
YUV 120.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 175 96 101 0 0.45 0.42 0.31 356.2 0.33 0.53
Hex AF 60 65 0 2D 2A 1F 164 21 35
Octal 257 140 145 0 55 52 37 544 41 65
Binary 10101111 1100000 1100101 0 101101 101010 11111 101100100 100001 110101

Color Harmonies of #AF6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6065

Black with #AF6065

Text Example


Text Example

White with #AF6065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6065; }

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

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

background-color css

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

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

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

border-color css

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

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

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