Html Css Color HEX #AFA399 Cloudy

📋 copy color: '#AFA399'

red 175 ◦ green 163 ◦ blue 153

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

Shades of Cloudy #AFA399

Tints of Cloudy #AFA399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 35.64%
G = 33.2%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA399 (or 0xAFA399) is known color: Cloudy. HEX triplet: AF, A3 and 99. RGB value is (175,163,153). Sum of RGB (Red+Green+Blue) = 175+163+153=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA399 is #505C66. Grayscale: #A5A5A5. Windows color (decimal): -5266535 or 10068911. OLE color: 10068911.

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

Color convert

RGB 175 163 153 -
CMYK 0 0.07 0.13 0.31
HSL 27.27º 0.12% 0.64% -
HSV(B) 27.27º 0.13% 0.69% -
XYZ 36.53 37.61 35.47 -
YUV 165.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 175 163 153 0 0.07 0.13 0.31 27.27 0.12 0.64
Hex AF A3 99 0 7 D 1F 1B C 40
Octal 257 243 231 0 7 15 37 33 14 100
Binary 10101111 10100011 10011001 0 111 1101 11111 11011 1100 1000000

Color Harmonies of #AFA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA399

Black with #AFA399

Text Example


Text Example

White with #AFA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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