Html Css Color HEX #AEA188 Napa

📋 copy color: '#AEA188'

red 174 ◦ green 161 ◦ blue 136

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

Shades of Napa #AEA188

Tints of Napa #AEA188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 36.94%
G = 34.18%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AEA188 (or 0xAEA188) is known color: Napa. HEX triplet: AE, A1 and 88. RGB value is (174,161,136). Sum of RGB (Red+Green+Blue) = 174+161+136=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA188 is #515E77. Grayscale: #A2A2A2. Windows color (decimal): -5332600 or 8954286. OLE color: 8954286.

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

Color convert

RGB 174 161 136 -
CMYK 0 0.07 0.22 0.32
HSL 39.47º 0.19% 0.61% -
HSV(B) 39.47º 0.22% 0.68% -
XYZ 34.64 36.27 28.47 -
YUV 162.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 174 161 136 0 0.07 0.22 0.32 39.47 0.19 0.61
Hex AE A1 88 0 7 16 20 27 13 3D
Octal 256 241 210 0 7 26 40 47 23 75
Binary 10101110 10100001 10001000 0 111 10110 100000 100111 10011 111101

Color Harmonies of #AEA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA188

Black with #AEA188

Text Example


Text Example

White with #AEA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA188; }

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

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

background-color css

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

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

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

border-color css

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

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

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