Html Css Color HEX #AEA89D Cloudy

📋 copy color: '#AEA89D'

red 174 ◦ green 168 ◦ blue 157

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

Shades of Cloudy #AEA89D

Tints of Cloudy #AEA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 34.87%
G = 33.67%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AEA89D (or 0xAEA89D) is known color: Cloudy. HEX triplet: AE, A8 and 9D. RGB value is (174,168,157). Sum of RGB (Red+Green+Blue) = 174+168+157=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA89D is #515762. Grayscale: #A8A8A8. Windows color (decimal): -5330787 or 10332334. OLE color: 10332334.

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

Color convert

RGB 174 168 157 -
CMYK 0 0.03 0.10 0.32
HSL 38.82º 0.09% 0.65% -
HSV(B) 38.82º 0.1% 0.68% -
XYZ 37.54 39.44 37.53 -
YUV 168.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 174 168 157 0 0.03 0.10 0.32 38.82 0.09 0.65
Hex AE A8 9D 0 3 A 20 27 9 41
Octal 256 250 235 0 3 12 40 47 11 101
Binary 10101110 10101000 10011101 0 11 1010 100000 100111 1001 1000001

Color Harmonies of #AEA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA89D

Black with #AEA89D

Text Example


Text Example

White with #AEA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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