Html Css Color HEX #AEA18B Napa

📋 copy color: '#AEA18B'

red 174 ◦ green 161 ◦ blue 139

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

Shades of Napa #AEA18B

Tints of Napa #AEA18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 36.71%
G = 33.97%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA18B (or 0xAEA18B) is known color: Napa. HEX triplet: AE, A1 and 8B. RGB value is (174,161,139). Sum of RGB (Red+Green+Blue) = 174+161+139=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18B is #515E74. Grayscale: #A2A2A2. Windows color (decimal): -5332597 or 9150894. OLE color: 9150894.

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

Color convert

RGB 174 161 139 -
CMYK 0 0.07 0.20 0.32
HSL 37.71º 0.18% 0.61% -
HSV(B) 37.71º 0.2% 0.68% -
XYZ 34.86 36.35 29.61 -
YUV 162.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 174 161 139 0 0.07 0.20 0.32 37.71 0.18 0.61
Hex AE A1 8B 0 7 14 20 26 12 3D
Octal 256 241 213 0 7 24 40 46 22 75
Binary 10101110 10100001 10001011 0 111 10100 100000 100110 10010 111101

Color Harmonies of #AEA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA18B

Black with #AEA18B

Text Example


Text Example

White with #AEA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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