Html Css Color HEX #AEA49B Cloudy

📋 copy color: '#AEA49B'

red 174 ◦ green 164 ◦ blue 155

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

Shades of Cloudy #AEA49B

Tints of Cloudy #AEA49B

RGB

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

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

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

R = 35.29%
G = 33.27%
B = 31.44%

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

#AEA49B (or 0xAEA49B) is known color: Cloudy. HEX triplet: AE, A4 and 9B. RGB value is (174,164,155). Sum of RGB (Red+Green+Blue) = 174+164+155=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49B is #515B64. Grayscale: #A6A6A6. Windows color (decimal): -5331813 or 10200238. OLE color: 10200238.

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

Color convert

RGB 174 164 155 -
CMYK 0 0.06 0.11 0.32
HSL 28.42º 0.1% 0.65% -
HSV(B) 28.42º 0.11% 0.68% -
XYZ 36.65 37.92 36.4 -
YUV 165.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 174 164 155 0 0.06 0.11 0.32 28.42 0.1 0.65
Hex AE A4 9B 0 6 B 20 1C A 41
Octal 256 244 233 0 6 13 40 34 12 101
Binary 10101110 10100100 10011011 0 110 1011 100000 11100 1010 1000001

Color Harmonies of #AEA49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA49B

Black with #AEA49B

Text Example


Text Example

White with #AEA49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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