Html Css Color HEX #AEA38B Napa

📋 copy color: '#AEA38B'

red 174 ◦ green 163 ◦ blue 139

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

Shades of Napa #AEA38B

Tints of Napa #AEA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 36.55%
G = 34.24%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA38B (or 0xAEA38B) is known color: Napa. HEX triplet: AE, A3 and 8B. RGB value is (174,163,139). Sum of RGB (Red+Green+Blue) = 174+163+139=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA38B is #515C74. Grayscale: #A3A3A3. Windows color (decimal): -5332085 or 9151406. OLE color: 9151406.

HSL color Cylindrical-coordinate representation of color #AEA38B: hue angle of 41.14º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA38B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 139 -
CMYK 0 0.06 0.20 0.32
HSL 41.14º 0.18% 0.61% -
HSV(B) 41.14º 0.2% 0.68% -
XYZ 35.21 37.06 29.72 -
YUV 163.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 174 163 139 0 0.06 0.20 0.32 41.14 0.18 0.61
Hex AE A3 8B 0 6 14 20 29 12 3D
Octal 256 243 213 0 6 24 40 51 22 75
Binary 10101110 10100011 10001011 0 110 10100 100000 101001 10010 111101

Color Harmonies of #AEA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA38B

Black with #AEA38B

Text Example


Text Example

White with #AEA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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