Html Css Color HEX #AEA286 Napa

📋 copy color: '#AEA286'

red 174 ◦ green 162 ◦ blue 134

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

Shades of Napa #AEA286

Tints of Napa #AEA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 37.02%
G = 34.47%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AEA286 (or 0xAEA286) is known color: Napa. HEX triplet: AE, A2 and 86. RGB value is (174,162,134). Sum of RGB (Red+Green+Blue) = 174+162+134=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA286 is #515D79. Grayscale: #A2A2A2. Windows color (decimal): -5332346 or 8823470. OLE color: 8823470.

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

Color convert

RGB 174 162 134 -
CMYK 0 0.07 0.23 0.32
HSL 42º 0.2% 0.6% -
HSV(B) 42º 0.23% 0.68% -
XYZ 34.68 36.56 27.78 -
YUV 162.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 174 162 134 0 0.07 0.23 0.32 42 0.2 0.6
Hex AE A2 86 0 7 17 20 2A 14 3C
Octal 256 242 206 0 7 27 40 52 24 74
Binary 10101110 10100010 10000110 0 111 10111 100000 101010 10100 111100

Color Harmonies of #AEA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA286

Black with #AEA286

Text Example


Text Example

White with #AEA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA286; }

 p { color: rgb(174,162,134); }

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

background-color css

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

 a { background-color: rgb(174,162,134); }

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

border-color css

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

 span { border-color: rgb(174,162,134); }

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