Html Css Color HEX #AEA59A Cloudy

📋 copy color: '#AEA59A'

red 174 ◦ green 165 ◦ blue 154

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

Shades of Cloudy #AEA59A

Tints of Cloudy #AEA59A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.47%

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 35.29%
G = 33.47%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA59A (or 0xAEA59A) is known color: Cloudy. HEX triplet: AE, A5 and 9A. RGB value is (174,165,154). Sum of RGB (Red+Green+Blue) = 174+165+154=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA59A is #515A65. Grayscale: #A6A6A6. Windows color (decimal): -5331558 or 10134958. OLE color: 10134958.

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

Color convert

RGB 174 165 154 -
CMYK 0 0.05 0.11 0.32
HSL 33º 0.11% 0.64% -
HSV(B) 33º 0.11% 0.68% -
XYZ 36.74 38.24 36.02 -
YUV 166.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 174 165 154 0 0.05 0.11 0.32 33 0.11 0.64
Hex AE A5 9A 0 5 B 20 21 B 40
Octal 256 245 232 0 5 13 40 41 13 100
Binary 10101110 10100101 10011010 0 101 1011 100000 100001 1011 1000000

Color Harmonies of #AEA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA59A

Black with #AEA59A

Text Example


Text Example

White with #AEA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA59A; }

 p { color: rgb(174,165,154); }

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

background-color css

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

 a { background-color: rgb(174,165,154); }

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

border-color css

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

 span { border-color: rgb(174,165,154); }

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