Html Css Color HEX #AEA497 Cloudy

📋 copy color: '#AEA497'

red 174 ◦ green 164 ◦ blue 151

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

Shades of Cloudy #AEA497

Tints of Cloudy #AEA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 35.58%
G = 33.54%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA497 (or 0xAEA497) is known color: Cloudy. HEX triplet: AE, A4 and 97. RGB value is (174,164,151). Sum of RGB (Red+Green+Blue) = 174+164+151=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA497 is #515B68. Grayscale: #A5A5A5. Windows color (decimal): -5331817 or 9938094. OLE color: 9938094.

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

Color convert

RGB 174 164 151 -
CMYK 0 0.06 0.13 0.32
HSL 33.91º 0.12% 0.64% -
HSV(B) 33.91º 0.13% 0.68% -
XYZ 36.32 37.78 34.66 -
YUV 165.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 174 164 151 0 0.06 0.13 0.32 33.91 0.12 0.64
Hex AE A4 97 0 6 D 20 22 C 40
Octal 256 244 227 0 6 15 40 42 14 100
Binary 10101110 10100100 10010111 0 110 1101 100000 100010 1100 1000000

Color Harmonies of #AEA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA497

Black with #AEA497

Text Example


Text Example

White with #AEA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA497; }

 p { color: rgb(174,164,151); }

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

background-color css

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

 a { background-color: rgb(174,164,151); }

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

border-color css

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

 span { border-color: rgb(174,164,151); }

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