Html Css Color HEX #A8A18B Napa

📋 copy color: '#A8A18B'

red 168 ◦ green 161 ◦ blue 139

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

Shades of Napa #A8A18B

Tints of Napa #A8A18B

RGB

 RED value IS 168 (66.02% from 255) = 35.9%

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

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

R = 35.9%
G = 34.4%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8A18B (or 0xA8A18B) is known color: Napa. HEX triplet: A8, A1 and 8B. RGB value is (168,161,139). Sum of RGB (Red+Green+Blue) = 168+161+139=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A18B is #575E74. Grayscale: #A0A0A0. Windows color (decimal): -5725813 or 9150888. OLE color: 9150888.

HSL color Cylindrical-coordinate representation of color #A8A18B: hue angle of 45.52º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A18B is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 161 139 -
CMYK 0 0.04 0.17 0.34
HSL 45.52º 0.14% 0.6% -
HSV(B) 45.52º 0.17% 0.66% -
XYZ 33.55 35.68 29.54 -
YUV 160.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 168 161 139 0 0.04 0.17 0.34 45.52 0.14 0.6
Hex A8 A1 8B 0 4 11 22 2E E 3C
Octal 250 241 213 0 4 21 42 56 16 74
Binary 10101000 10100001 10001011 0 100 10001 100010 101110 1110 111100

Color Harmonies of #A8A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A18B

Black with #A8A18B

Text Example


Text Example

White with #A8A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A18B; }

 p { color: rgb(168,161,139); }

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

background-color css

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

 a { background-color: rgb(168,161,139); }

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

border-color css

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

 span { border-color: rgb(168,161,139); }

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