Html Css Color HEX #AFA49B Cloudy

📋 copy color: '#AFA49B'

red 175 ◦ green 164 ◦ blue 155

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

Shades of Cloudy #AFA49B

Tints of Cloudy #AFA49B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA49B (or 0xAFA49B) is known color: Cloudy. HEX triplet: AF, A4 and 9B. RGB value is (175,164,155). Sum of RGB (Red+Green+Blue) = 175+164+155=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA49B is #505B64. Grayscale: #A6A6A6. Windows color (decimal): -5266277 or 10200239. OLE color: 10200239.

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

Color convert

RGB 175 164 155 -
CMYK 0 0.06 0.11 0.31
HSL 27º 0.11% 0.65% -
HSV(B) 27º 0.11% 0.69% -
XYZ 36.87 38.03 36.41 -
YUV 166.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 175 164 155 0 0.06 0.11 0.31 27 0.11 0.65
Hex AF A4 9B 0 6 B 1F 1B B 41
Octal 257 244 233 0 6 13 37 33 13 101
Binary 10101111 10100100 10011011 0 110 1011 11111 11011 1011 1000001

Color Harmonies of #AFA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA49B

Black with #AFA49B

Text Example


Text Example

White with #AFA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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