Html Css Color HEX #AEA69C Cloudy

📋 copy color: '#AEA69C'

red 174 ◦ green 166 ◦ blue 156

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

Shades of Cloudy #AEA69C

Tints of Cloudy #AEA69C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 35.08%
G = 33.47%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AEA69C (or 0xAEA69C) is known color: Cloudy. HEX triplet: AE, A6 and 9C. RGB value is (174,166,156). Sum of RGB (Red+Green+Blue) = 174+166+156=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA69C is #515963. Grayscale: #A7A7A7. Windows color (decimal): -5331300 or 10266286. OLE color: 10266286.

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

Color convert

RGB 174 166 156 -
CMYK 0 0.05 0.10 0.32
HSL 33.33º 0.1% 0.65% -
HSV(B) 33.33º 0.1% 0.68% -
XYZ 37.09 38.67 36.96 -
YUV 167.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 174 166 156 0 0.05 0.10 0.32 33.33 0.1 0.65
Hex AE A6 9C 0 5 A 20 21 A 41
Octal 256 246 234 0 5 12 40 41 12 101
Binary 10101110 10100110 10011100 0 101 1010 100000 100001 1010 1000001

Color Harmonies of #AEA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA69C

Black with #AEA69C

Text Example


Text Example

White with #AEA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA69C; }

 p { color: rgb(174,166,156); }

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

background-color css

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

 a { background-color: rgb(174,166,156); }

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

border-color css

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

 span { border-color: rgb(174,166,156); }

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