Html Css Color HEX #AFA89B Cloudy

📋 copy color: '#AFA89B'

red 175 ◦ green 168 ◦ blue 155

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

Shades of Cloudy #AFA89B

Tints of Cloudy #AFA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 35.14%
G = 33.73%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFA89B (or 0xAFA89B) is known color: Cloudy. HEX triplet: AF, A8 and 9B. RGB value is (175,168,155). Sum of RGB (Red+Green+Blue) = 175+168+155=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA89B is #505764. Grayscale: #A8A8A8. Windows color (decimal): -5265253 or 10201263. OLE color: 10201263.

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

Color convert

RGB 175 168 155 -
CMYK 0 0.04 0.11 0.31
HSL 39º 0.11% 0.65% -
HSV(B) 39º 0.11% 0.69% -
XYZ 37.6 39.49 36.65 -
YUV 168.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 175 168 155 0 0.04 0.11 0.31 39 0.11 0.65
Hex AF A8 9B 0 4 B 1F 27 B 41
Octal 257 250 233 0 4 13 37 47 13 101
Binary 10101111 10101000 10011011 0 100 1011 11111 100111 1011 1000001

Color Harmonies of #AFA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA89B

Black with #AFA89B

Text Example


Text Example

White with #AFA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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