Html Css Color HEX #AF9CAA London Hue

📋 copy color: '#AF9CAA'

red 175 ◦ green 156 ◦ blue 170

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

Shades of London Hue #AF9CAA

Tints of London Hue #AF9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

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

R = 34.93%
G = 31.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF9CAA (or 0xAF9CAA) is known color: London Hue. HEX triplet: AF, 9C and AA. RGB value is (175,156,170). Sum of RGB (Red+Green+Blue) = 175+156+170=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CAA is #506355. Grayscale: #A3A3A3. Windows color (decimal): -5268310 or 11181231. OLE color: 11181231.

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

Color convert

RGB 175 156 170 -
CMYK 0 0.11 0.03 0.31
HSL 315.79º 0.11% 0.65% -
HSV(B) 315.79º 0.11% 0.69% -
XYZ 36.82 35.79 43 -
YUV 163.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 175 156 170 0 0.11 0.03 0.31 315.79 0.11 0.65
Hex AF 9C AA 0 B 3 1F 13C B 41
Octal 257 234 252 0 13 3 37 474 13 101
Binary 10101111 10011100 10101010 0 1011 11 11111 100111100 1011 1000001

Color Harmonies of #AF9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CAA

Black with #AF9CAA

Text Example


Text Example

White with #AF9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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