Html Css Color HEX #AEA39B Cloudy

📋 copy color: '#AEA39B'

red 174 ◦ green 163 ◦ blue 155

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

Shades of Cloudy #AEA39B

Tints of Cloudy #AEA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 35.37%
G = 33.13%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA39B (or 0xAEA39B) is known color: Cloudy. HEX triplet: AE, A3 and 9B. RGB value is (174,163,155). Sum of RGB (Red+Green+Blue) = 174+163+155=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA39B is #515C64. Grayscale: #A5A5A5. Windows color (decimal): -5332069 or 10199982. OLE color: 10199982.

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

Color convert

RGB 174 163 155 -
CMYK 0 0.06 0.11 0.32
HSL 25.26º 0.1% 0.65% -
HSV(B) 25.26º 0.11% 0.68% -
XYZ 36.47 37.56 36.34 -
YUV 165.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 174 163 155 0 0.06 0.11 0.32 25.26 0.1 0.65
Hex AE A3 9B 0 6 B 20 19 A 41
Octal 256 243 233 0 6 13 40 31 12 101
Binary 10101110 10100011 10011011 0 110 1011 100000 11001 1010 1000001

Color Harmonies of #AEA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA39B

Black with #AEA39B

Text Example


Text Example

White with #AEA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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