Html Css Color HEX #AEA89B Cloudy

📋 copy color: '#AEA89B'

red 174 ◦ green 168 ◦ blue 155

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

Shades of Cloudy #AEA89B

Tints of Cloudy #AEA89B

RGB

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

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

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

R = 35.01%
G = 33.8%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AEA89B (or 0xAEA89B) is known color: Cloudy. HEX triplet: AE, A8 and 9B. RGB value is (174,168,155). Sum of RGB (Red+Green+Blue) = 174+168+155=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA89B is #515764. Grayscale: #A8A8A8. Windows color (decimal): -5330789 or 10201262. OLE color: 10201262.

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

Color convert

RGB 174 168 155 -
CMYK 0 0.03 0.11 0.32
HSL 41.05º 0.1% 0.65% -
HSV(B) 41.05º 0.11% 0.68% -
XYZ 37.37 39.37 36.64 -
YUV 168.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 174 168 155 0 0.03 0.11 0.32 41.05 0.1 0.65
Hex AE A8 9B 0 3 B 20 29 A 41
Octal 256 250 233 0 3 13 40 51 12 101
Binary 10101110 10101000 10011011 0 11 1011 100000 101001 1010 1000001

Color Harmonies of #AEA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA89B

Black with #AEA89B

Text Example


Text Example

White with #AEA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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