Html Css Color HEX #AEA799 Cloudy

📋 copy color: '#AEA799'

red 174 ◦ green 167 ◦ blue 153

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

Shades of Cloudy #AEA799

Tints of Cloudy #AEA799

RGB

 RED value IS 174 (68.36% from 255) = 35.22%

 GREEN value IS 167 (65.63% from 255) = 33.81%

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

R = 35.22%
G = 33.81%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AEA799 (or 0xAEA799) is known color: Cloudy. HEX triplet: AE, A7 and 99. RGB value is (174,167,153). Sum of RGB (Red+Green+Blue) = 174+167+153=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA799 is #515866. Grayscale: #A7A7A7. Windows color (decimal): -5331047 or 10069934. OLE color: 10069934.

HSL color Cylindrical-coordinate representation of color #AEA799: hue angle of 40º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA799 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 167 153 -
CMYK 0 0.04 0.12 0.32
HSL 40º 0.11% 0.64% -
HSV(B) 40º 0.12% 0.68% -
XYZ 37.02 38.94 35.7 -
YUV 167.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 174 167 153 0 0.04 0.12 0.32 40 0.11 0.64
Hex AE A7 99 0 4 C 20 28 B 40
Octal 256 247 231 0 4 14 40 50 13 100
Binary 10101110 10100111 10011001 0 100 1100 100000 101000 1011 1000000

Color Harmonies of #AEA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA799

Black with #AEA799

Text Example


Text Example

White with #AEA799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA799; }

 p { color: rgb(174,167,153); }

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

background-color css

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

 a { background-color: rgb(174,167,153); }

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

border-color css

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

 span { border-color: rgb(174,167,153); }

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