Html Css Color HEX #AF94AA London Hue

📋 copy color: '#AF94AA'

red 175 ◦ green 148 ◦ blue 170

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

Shades of London Hue #AF94AA

Tints of London Hue #AF94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 35.5%
G = 30.02%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF94AA (or 0xAF94AA) is known color: London Hue. HEX triplet: AF, 94 and AA. RGB value is (175,148,170). Sum of RGB (Red+Green+Blue) = 175+148+170=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF94AA is #506B55. Grayscale: #9E9E9E. Windows color (decimal): -5270358 or 11179183. OLE color: 11179183.

HSL color Cylindrical-coordinate representation of color #AF94AA: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF94AA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 170 -
CMYK 0 0.15 0.03 0.31
HSL 311.11º 0.14% 0.63% -
HSV(B) 311.11º 0.15% 0.69% -
XYZ 35.52 33.2 42.57 -
YUV 158.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 175 148 170 0 0.15 0.03 0.31 311.11 0.14 0.63
Hex AF 94 AA 0 F 3 1F 137 E 3F
Octal 257 224 252 0 17 3 37 467 16 77
Binary 10101111 10010100 10101010 0 1111 11 11111 100110111 1110 111111

Color Harmonies of #AF94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94AA

Black with #AF94AA

Text Example


Text Example

White with #AF94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94AA; }

 p { color: rgb(175,148,170); }

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

background-color css

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

 a { background-color: rgb(175,148,170); }

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

border-color css

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

 span { border-color: rgb(175,148,170); }

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