#A89B7F

Color #A89B7F Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #A89B7F

Tints of Napa #A89B7F

Color information

#A89B7F (or 0xA89B7F) is unknown color: approx Napa. HEX triplet: A8, 9B and 7F. RGB value is (168,155,127). Sum of RGB (Red+Green+Blue) = 168+155+127=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B7F is #576480. Grayscale: #9B9B9B. Windows color (decimal): -5727361 or 8362920. OLE color: 8362920.

HSL color Cylindrical-coordinate representation of color #A89B7F: hue angle of 40.98º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89B7F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168155127-
CMYK00.080.240.34
HSL40.98º19.07%57.84%-
HSV(B)40.98º24.4%65.88%-
XYZ31.733.324.84-
YUV155.7111.81136.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 127 (50% from 255) = 28.22%
R=37.33%
G=34.44%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815512700.080.240.3440.9819.0757.84
HexA89B7F08182229133a
Octal2502331770103042512372
Binary10101000100110111111111010001100010001010100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89B7F; }

 p { color: rgb(168,155,127); }

 H1.HeaderClassName
 {
   color: #A89B7F;
 }
 .AnyTagClassName
 {
   color: #A89B7F;
 }
</style>
background-color css

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

 a { background-color: rgb(168,155,127); }

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

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

 span { border-color: rgb(168,155,127); }

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