Html Css Color HEX #AFA39A Cloudy

📋 copy color: '#AFA39A'

red 175 ◦ green 163 ◦ blue 154

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

Shades of Cloudy #AFA39A

Tints of Cloudy #AFA39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.13%

 BLUE value IS 154 (60.55% from 255) = 31.3%

R = 35.57%
G = 33.13%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AFA39A (or 0xAFA39A) is known color: Cloudy. HEX triplet: AF, A3 and 9A. RGB value is (175,163,154). Sum of RGB (Red+Green+Blue) = 175+163+154=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA39A is #505C65. Grayscale: #A5A5A5. Windows color (decimal): -5266534 or 10134447. OLE color: 10134447.

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

Color convert

RGB 175 163 154 -
CMYK 0 0.07 0.12 0.31
HSL 25.71º 0.12% 0.65% -
HSV(B) 25.71º 0.12% 0.69% -
XYZ 36.61 37.64 35.91 -
YUV 165.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 175 163 154 0 0.07 0.12 0.31 25.71 0.12 0.65
Hex AF A3 9A 0 7 C 1F 1A C 41
Octal 257 243 232 0 7 14 37 32 14 101
Binary 10101111 10100011 10011010 0 111 1100 11111 11010 1100 1000001

Color Harmonies of #AFA39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA39A

Black with #AFA39A

Text Example


Text Example

White with #AFA39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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