Html Css Color HEX #AEA395 Cloudy

📋 copy color: '#AEA395'

red 174 ◦ green 163 ◦ blue 149

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

Shades of Cloudy #AEA395

Tints of Cloudy #AEA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.54%

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

R = 35.8%
G = 33.54%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AEA395 (or 0xAEA395) is known color: Cloudy. HEX triplet: AE, A3 and 95. RGB value is (174,163,149). Sum of RGB (Red+Green+Blue) = 174+163+149=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA395 is #515C6A. Grayscale: #A4A4A4. Windows color (decimal): -5332075 or 9806766. OLE color: 9806766.

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

Color convert

RGB 174 163 149 -
CMYK 0 0.06 0.14 0.32
HSL 33.6º 0.13% 0.63% -
HSV(B) 33.6º 0.14% 0.68% -
XYZ 35.98 37.36 33.75 -
YUV 164.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 174 163 149 0 0.06 0.14 0.32 33.6 0.13 0.63
Hex AE A3 95 0 6 E 20 22 D 3F
Octal 256 243 225 0 6 16 40 42 15 77
Binary 10101110 10100011 10010101 0 110 1110 100000 100010 1101 111111

Color Harmonies of #AEA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA395

Black with #AEA395

Text Example


Text Example

White with #AEA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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