Html Css Color HEX #AEA295 Cloudy

📋 copy color: '#AEA295'

red 174 ◦ green 162 ◦ blue 149

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

Shades of Cloudy #AEA295

Tints of Cloudy #AEA295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 35.88%
G = 33.4%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA295 (or 0xAEA295) is known color: Cloudy. HEX triplet: AE, A2 and 95. RGB value is (174,162,149). Sum of RGB (Red+Green+Blue) = 174+162+149=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA295 is #515D6A. Grayscale: #A4A4A4. Windows color (decimal): -5332331 or 9806510. OLE color: 9806510.

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

Color convert

RGB 174 162 149 -
CMYK 0 0.07 0.14 0.32
HSL 31.2º 0.13% 0.63% -
HSV(B) 31.2º 0.14% 0.68% -
XYZ 35.8 37.01 33.69 -
YUV 164.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 174 162 149 0 0.07 0.14 0.32 31.2 0.13 0.63
Hex AE A2 95 0 7 E 20 1F D 3F
Octal 256 242 225 0 7 16 40 37 15 77
Binary 10101110 10100010 10010101 0 111 1110 100000 11111 1101 111111

Color Harmonies of #AEA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA295

Black with #AEA295

Text Example


Text Example

White with #AEA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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