Html Css Color HEX #AFA299 Cloudy

📋 copy color: '#AFA299'

red 175 ◦ green 162 ◦ blue 153

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

Shades of Cloudy #AFA299

Tints of Cloudy #AFA299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

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

R = 35.71%
G = 33.06%
B = 31.22%

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

#AFA299 (or 0xAFA299) is known color: Cloudy. HEX triplet: AF, A2 and 99. RGB value is (175,162,153). Sum of RGB (Red+Green+Blue) = 175+162+153=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA299 is #505D66. Grayscale: #A4A4A4. Windows color (decimal): -5266791 or 10068655. OLE color: 10068655.

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

Color convert

RGB 175 162 153 -
CMYK 0 0.07 0.13 0.31
HSL 24.55º 0.12% 0.64% -
HSV(B) 24.55º 0.13% 0.69% -
XYZ 36.35 37.25 35.41 -
YUV 164.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 175 162 153 0 0.07 0.13 0.31 24.55 0.12 0.64
Hex AF A2 99 0 7 D 1F 19 C 40
Octal 257 242 231 0 7 15 37 31 14 100
Binary 10101111 10100010 10011001 0 111 1101 11111 11001 1100 1000000

Color Harmonies of #AFA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA299

Black with #AFA299

Text Example


Text Example

White with #AFA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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