Html Css Color HEX #AEA28A Napa

📋 copy color: '#AEA28A'

red 174 ◦ green 162 ◦ blue 138

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

Shades of Napa #AEA28A

Tints of Napa #AEA28A

RGB

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

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

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

R = 36.71%
G = 34.18%
B = 29.11%

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

#AEA28A (or 0xAEA28A) is known color: Napa. HEX triplet: AE, A2 and 8A. RGB value is (174,162,138). Sum of RGB (Red+Green+Blue) = 174+162+138=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA28A is #515D75. Grayscale: #A2A2A2. Windows color (decimal): -5332342 or 9085614. OLE color: 9085614.

HSL color Cylindrical-coordinate representation of color #AEA28A: hue angle of 40º 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 #AEA28A is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 138 -
CMYK 0 0.07 0.21 0.32
HSL 40º 0.18% 0.61% -
HSV(B) 40º 0.21% 0.68% -
XYZ 34.96 36.67 29.28 -
YUV 162.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 174 162 138 0 0.07 0.21 0.32 40 0.18 0.61
Hex AE A2 8A 0 7 15 20 28 12 3D
Octal 256 242 212 0 7 25 40 50 22 75
Binary 10101110 10100010 10001010 0 111 10101 100000 101000 10010 111101

Color Harmonies of #AEA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA28A

Black with #AEA28A

Text Example


Text Example

White with #AEA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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