Html Css Color HEX #AEA18E Napa

📋 copy color: '#AEA18E'

red 174 ◦ green 161 ◦ blue 142

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

Shades of Napa #AEA18E

Tints of Napa #AEA18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.75%

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 36.48%
G = 33.75%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AEA18E (or 0xAEA18E) is known color: Napa. HEX triplet: AE, A1 and 8E. RGB value is (174,161,142). Sum of RGB (Red+Green+Blue) = 174+161+142=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18E is #515E71. Grayscale: #A2A2A2. Windows color (decimal): -5332594 or 9347502. OLE color: 9347502.

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

Color convert

RGB 174 161 142 -
CMYK 0 0.07 0.18 0.32
HSL 35.63º 0.16% 0.62% -
HSV(B) 35.63º 0.18% 0.68% -
XYZ 35.08 36.44 30.78 -
YUV 162.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 174 161 142 0 0.07 0.18 0.32 35.63 0.16 0.62
Hex AE A1 8E 0 7 12 20 24 10 3E
Octal 256 241 216 0 7 22 40 44 20 76
Binary 10101110 10100001 10001110 0 111 10010 100000 100100 10000 111110

Color Harmonies of #AEA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA18E

Black with #AEA18E

Text Example


Text Example

White with #AEA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA18E; }

 p { color: rgb(174,161,142); }

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

background-color css

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

 a { background-color: rgb(174,161,142); }

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

border-color css

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

 span { border-color: rgb(174,161,142); }

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