Html Css Color HEX #AEA185 Napa

📋 copy color: '#AEA185'

red 174 ◦ green 161 ◦ blue 133

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

Shades of Napa #AEA185

Tints of Napa #AEA185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 37.18%
G = 34.4%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AEA185 (or 0xAEA185) is known color: Napa. HEX triplet: AE, A1 and 85. RGB value is (174,161,133). Sum of RGB (Red+Green+Blue) = 174+161+133=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA185 is #515E7A. Grayscale: #A1A1A1. Windows color (decimal): -5332603 or 8757678. OLE color: 8757678.

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

Color convert

RGB 174 161 133 -
CMYK 0 0.07 0.24 0.32
HSL 40.98º 0.2% 0.6% -
HSV(B) 40.98º 0.24% 0.68% -
XYZ 34.43 36.18 27.36 -
YUV 161.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 174 161 133 0 0.07 0.24 0.32 40.98 0.2 0.6
Hex AE A1 85 0 7 18 20 29 14 3C
Octal 256 241 205 0 7 30 40 51 24 74
Binary 10101110 10100001 10000101 0 111 11000 100000 101001 10100 111100

Color Harmonies of #AEA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA185

Black with #AEA185

Text Example


Text Example

White with #AEA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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