Html Css Color HEX #AEA291 Cloudy

📋 copy color: '#AEA291'

red 174 ◦ green 162 ◦ blue 145

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

Shades of Cloudy #AEA291

Tints of Cloudy #AEA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 36.17%
G = 33.68%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AEA291 (or 0xAEA291) is known color: Cloudy. HEX triplet: AE, A2 and 91. RGB value is (174,162,145). Sum of RGB (Red+Green+Blue) = 174+162+145=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA291 is #515D6E. Grayscale: #A3A3A3. Windows color (decimal): -5332335 or 9544366. OLE color: 9544366.

HSL color Cylindrical-coordinate representation of color #AEA291: hue angle of 35.17º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEA291 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 145 -
CMYK 0 0.07 0.17 0.32
HSL 35.17º 0.15% 0.63% -
HSV(B) 35.17º 0.17% 0.68% -
XYZ 35.49 36.88 32.04 -
YUV 163.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 174 162 145 0 0.07 0.17 0.32 35.17 0.15 0.63
Hex AE A2 91 0 7 11 20 23 F 3F
Octal 256 242 221 0 7 21 40 43 17 77
Binary 10101110 10100010 10010001 0 111 10001 100000 100011 1111 111111

Color Harmonies of #AEA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA291

Black with #AEA291

Text Example


Text Example

White with #AEA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA291; }

 p { color: rgb(174,162,145); }

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

background-color css

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

 a { background-color: rgb(174,162,145); }

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

border-color css

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

 span { border-color: rgb(174,162,145); }

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