Html Css Color HEX #AEA18A Napa

📋 copy color: '#AEA18A'

red 174 ◦ green 161 ◦ blue 138

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

Shades of Napa #AEA18A

Tints of Napa #AEA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 36.79%
G = 34.04%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEA18A (or 0xAEA18A) is known color: Napa. HEX triplet: AE, A1 and 8A. RGB value is (174,161,138). Sum of RGB (Red+Green+Blue) = 174+161+138=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA18A is #515E75. Grayscale: #A2A2A2. Windows color (decimal): -5332598 or 9085358. OLE color: 9085358.

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

Color convert

RGB 174 161 138 -
CMYK 0 0.07 0.21 0.32
HSL 38.33º 0.18% 0.61% -
HSV(B) 38.33º 0.21% 0.68% -
XYZ 34.79 36.32 29.22 -
YUV 162.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 174 161 138 0 0.07 0.21 0.32 38.33 0.18 0.61
Hex AE A1 8A 0 7 15 20 26 12 3D
Octal 256 241 212 0 7 25 40 46 22 75
Binary 10101110 10100001 10001010 0 111 10101 100000 100110 10010 111101

Color Harmonies of #AEA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA18A

Black with #AEA18A

Text Example


Text Example

White with #AEA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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