Html Css Color HEX #AEA38A Napa

📋 copy color: '#AEA38A'

red 174 ◦ green 163 ◦ blue 138

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

Shades of Napa #AEA38A

Tints of Napa #AEA38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

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

R = 36.63%
G = 34.32%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEA38A (or 0xAEA38A) is known color: Napa. HEX triplet: AE, A3 and 8A. RGB value is (174,163,138). Sum of RGB (Red+Green+Blue) = 174+163+138=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA38A is #515C75. Grayscale: #A3A3A3. Windows color (decimal): -5332086 or 9085870. OLE color: 9085870.

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

Color convert

RGB 174 163 138 -
CMYK 0 0.06 0.21 0.32
HSL 41.67º 0.18% 0.61% -
HSV(B) 41.67º 0.21% 0.68% -
XYZ 35.14 37.03 29.34 -
YUV 163.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 174 163 138 0 0.06 0.21 0.32 41.67 0.18 0.61
Hex AE A3 8A 0 6 15 20 2A 12 3D
Octal 256 243 212 0 6 25 40 52 22 75
Binary 10101110 10100011 10001010 0 110 10101 100000 101010 10010 111101

Color Harmonies of #AEA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA38A

Black with #AEA38A

Text Example


Text Example

White with #AEA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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