Html Css Color HEX #AFACAC Dark Gray

📋 copy color: '#AFACAC'

red 175 ◦ green 172 ◦ blue 172

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

Shades of Dark Gray #AFACAC

Tints of Dark Gray #AFACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.14%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 33.72%
G = 33.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AFACAC (or 0xAFACAC) is known color: Dark Gray. HEX triplet: AF, AC and AC. RGB value is (175,172,172). Sum of RGB (Red+Green+Blue) = 175+172+172=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAC is #505353. Grayscale: #ACACAC. Windows color (decimal): -5264212 or 11316399. OLE color: 11316399.

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

Color convert

RGB 175 172 172 -
CMYK 0 0.02 0.02 0.31
HSL 0.02% 0.68% -
HSV(B) 0.02% 0.69% -
XYZ 39.88 41.6 44.96 -
YUV 172.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 175 172 172 0 0.02 0.02 0.31 0 0.02 0.68
Hex AF AC AC 0 2 2 1F 0 2 44
Octal 257 254 254 0 2 2 37 0 2 104
Binary 10101111 10101100 10101100 0 10 10 11111 0 10 1000100

Color Harmonies of #AFACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACAC

Black with #AFACAC

Text Example


Text Example

White with #AFACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACAC; }

 p { color: rgb(175,172,172); }

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

background-color css

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

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

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

border-color css

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

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

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