Html Css Color HEX #AEA49D Cloudy

📋 copy color: '#AEA49D'

red 174 ◦ green 164 ◦ blue 157

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

Shades of Cloudy #AEA49D

Tints of Cloudy #AEA49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 35.15%
G = 33.13%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AEA49D (or 0xAEA49D) is known color: Cloudy. HEX triplet: AE, A4 and 9D. RGB value is (174,164,157). Sum of RGB (Red+Green+Blue) = 174+164+157=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA49D is #515B62. Grayscale: #A6A6A6. Windows color (decimal): -5331811 or 10331310. OLE color: 10331310.

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

Color convert

RGB 174 164 157 -
CMYK 0 0.06 0.10 0.32
HSL 24.71º 0.09% 0.65% -
HSV(B) 24.71º 0.1% 0.68% -
XYZ 36.82 37.98 37.29 -
YUV 166.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 174 164 157 0 0.06 0.10 0.32 24.71 0.09 0.65
Hex AE A4 9D 0 6 A 20 19 9 41
Octal 256 244 235 0 6 12 40 31 11 101
Binary 10101110 10100100 10011101 0 110 1010 100000 11001 1001 1000001

Color Harmonies of #AEA49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA49D

Black with #AEA49D

Text Example


Text Example

White with #AEA49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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