Html Css Color HEX #AAA299 Cloudy

📋 copy color: '#AAA299'

red 170 ◦ green 162 ◦ blue 153

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

Shades of Cloudy #AAA299

Tints of Cloudy #AAA299

RGB

 RED value IS 170 (66.8% from 255) = 35.05%

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

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

R = 35.05%
G = 33.4%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA299 (or 0xAAA299) is known color: Cloudy. HEX triplet: AA, A2 and 99. RGB value is (170,162,153). Sum of RGB (Red+Green+Blue) = 170+162+153=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA299 is #555D66. Grayscale: #A3A3A3. Windows color (decimal): -5594471 or 10068650. OLE color: 10068650.

HSL color Cylindrical-coordinate representation of color #AAA299: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA299 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 162 153 -
CMYK 0 0.05 0.1 0.33
HSL 31.76º 0.09% 0.63% -
HSV(B) 31.76º 0.1% 0.67% -
XYZ 35.25 36.69 35.36 -
YUV 163.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 170 162 153 0 0.05 0.1 0.33 31.76 0.09 0.63
Hex AA A2 99 0 5 A 21 20 9 3F
Octal 252 242 231 0 5 12 41 40 11 77
Binary 10101010 10100010 10011001 0 101 1010 100001 100000 1001 111111

Color Harmonies of #AAA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA299

Black with #AAA299

Text Example


Text Example

White with #AAA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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