Html Css Color HEX #AFACA8 Cloudy

📋 copy color: '#AFACA8'

red 175 ◦ green 172 ◦ blue 168

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

Shades of Cloudy #AFACA8

Tints of Cloudy #AFACA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.62%

R = 33.98%
G = 33.4%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AFACA8 (or 0xAFACA8) is known color: Cloudy. HEX triplet: AF, AC and A8. RGB value is (175,172,168). Sum of RGB (Red+Green+Blue) = 175+172+168=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA8 is #505357. Grayscale: #ACACAC. Windows color (decimal): -5264216 or 11054255. OLE color: 11054255.

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

Color convert

RGB 175 172 168 -
CMYK 0 0.02 0.04 0.31
HSL 34.29º 0.04% 0.67% -
HSV(B) 34.29º 0.04% 0.69% -
XYZ 39.5 41.45 42.96 -
YUV 172.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 175 172 168 0 0.02 0.04 0.31 34.29 0.04 0.67
Hex AF AC A8 0 2 4 1F 22 4 43
Octal 257 254 250 0 2 4 37 42 4 103
Binary 10101111 10101100 10101000 0 10 100 11111 100010 100 1000011

Color Harmonies of #AFACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACA8

Black with #AFACA8

Text Example


Text Example

White with #AFACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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