Html Css Color HEX #AFACA3 Cloudy

📋 copy color: '#AFACA3'

red 175 ◦ green 172 ◦ blue 163

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

Shades of Cloudy #AFACA3

Tints of Cloudy #AFACA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 34.31%
G = 33.73%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFACA3 (or 0xAFACA3) is known color: Cloudy. HEX triplet: AF, AC and A3. RGB value is (175,172,163). Sum of RGB (Red+Green+Blue) = 175+172+163=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA3 is #50535C. Grayscale: #ABABAB. Windows color (decimal): -5264221 or 10726575. OLE color: 10726575.

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

Color convert

RGB 175 172 163 -
CMYK 0 0.02 0.07 0.31
HSL 45º 0.07% 0.66% -
HSV(B) 45º 0.07% 0.69% -
XYZ 39.04 41.26 40.56 -
YUV 171.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 175 172 163 0 0.02 0.07 0.31 45 0.07 0.66
Hex AF AC A3 0 2 7 1F 2D 7 42
Octal 257 254 243 0 2 7 37 55 7 102
Binary 10101111 10101100 10100011 0 10 111 11111 101101 111 1000010

Color Harmonies of #AFACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACA3

Black with #AFACA3

Text Example


Text Example

White with #AFACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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