Html Css Color HEX #AEA297 Cloudy

📋 copy color: '#AEA297'

red 174 ◦ green 162 ◦ blue 151

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

Shades of Cloudy #AEA297

Tints of Cloudy #AEA297

RGB

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

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

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

R = 35.73%
G = 33.26%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA297 (or 0xAEA297) is known color: Cloudy. HEX triplet: AE, A2 and 97. RGB value is (174,162,151). Sum of RGB (Red+Green+Blue) = 174+162+151=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA297 is #515D68. Grayscale: #A4A4A4. Windows color (decimal): -5332329 or 9937582. OLE color: 9937582.

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

Color convert

RGB 174 162 151 -
CMYK 0 0.07 0.13 0.32
HSL 28.7º 0.12% 0.64% -
HSV(B) 28.7º 0.13% 0.68% -
XYZ 35.96 37.07 34.54 -
YUV 164.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 174 162 151 0 0.07 0.13 0.32 28.7 0.12 0.64
Hex AE A2 97 0 7 D 20 1D C 40
Octal 256 242 227 0 7 15 40 35 14 100
Binary 10101110 10100010 10010111 0 111 1101 100000 11101 1100 1000000

Color Harmonies of #AEA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA297

Black with #AEA297

Text Example


Text Example

White with #AEA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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