Html Css Color HEX #AEA292 Cloudy

📋 copy color: '#AEA292'

red 174 ◦ green 162 ◦ blue 146

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

Shades of Cloudy #AEA292

Tints of Cloudy #AEA292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 36.1%
G = 33.61%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AEA292 (or 0xAEA292) is known color: Cloudy. HEX triplet: AE, A2 and 92. RGB value is (174,162,146). Sum of RGB (Red+Green+Blue) = 174+162+146=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA292 is #515D6D. Grayscale: #A3A3A3. Windows color (decimal): -5332334 or 9609902. OLE color: 9609902.

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

Color convert

RGB 174 162 146 -
CMYK 0 0.07 0.16 0.32
HSL 34.29º 0.15% 0.63% -
HSV(B) 34.29º 0.16% 0.68% -
XYZ 35.56 36.91 32.44 -
YUV 163.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 174 162 146 0 0.07 0.16 0.32 34.29 0.15 0.63
Hex AE A2 92 0 7 10 20 22 F 3F
Octal 256 242 222 0 7 20 40 42 17 77
Binary 10101110 10100010 10010010 0 111 10000 100000 100010 1111 111111

Color Harmonies of #AEA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA292

Black with #AEA292

Text Example


Text Example

White with #AEA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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