Html Css Color HEX #AF9BA4 Shady Lady

📋 copy color: '#AF9BA4'

red 175 ◦ green 155 ◦ blue 164

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

Shades of Shady Lady #AF9BA4

Tints of Shady Lady #AF9BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 35.43%
G = 31.38%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF9BA4 (or 0xAF9BA4) is known color: Shady Lady. HEX triplet: AF, 9B and A4. RGB value is (175,155,164). Sum of RGB (Red+Green+Blue) = 175+155+164=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9BA4 is #50645B. Grayscale: #A1A1A1. Windows color (decimal): -5268572 or 10787759. OLE color: 10787759.

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

Color convert

RGB 175 155 164 -
CMYK 0 0.11 0.06 0.31
HSL 333º 0.11% 0.65% -
HSV(B) 333º 0.11% 0.69% -
XYZ 36.1 35.24 40.02 -
YUV 162.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 175 155 164 0 0.11 0.06 0.31 333 0.11 0.65
Hex AF 9B A4 0 B 6 1F 14D B 41
Octal 257 233 244 0 13 6 37 515 13 101
Binary 10101111 10011011 10100100 0 1011 110 11111 101001101 1011 1000001

Color Harmonies of #AF9BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BA4

Black with #AF9BA4

Text Example


Text Example

White with #AF9BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BA4; }

 p { color: rgb(175,155,164); }

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

background-color css

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

 a { background-color: rgb(175,155,164); }

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

border-color css

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

 span { border-color: rgb(175,155,164); }

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