Html Css Color HEX #A59E8A Napa

📋 copy color: '#A59E8A'

red 165 ◦ green 158 ◦ blue 138

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

Shades of Napa #A59E8A

Tints of Napa #A59E8A

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

 GREEN value IS 158 (62.11% from 255) = 34.27%

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

R = 35.79%
G = 34.27%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A59E8A (or 0xA59E8A) is known color: Napa. HEX triplet: A5, 9E and 8A. RGB value is (165,158,138). Sum of RGB (Red+Green+Blue) = 165+158+138=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E8A is #5A6175. Grayscale: #9D9D9D. Windows color (decimal): -5923190 or 9084581. OLE color: 9084581.

HSL color Cylindrical-coordinate representation of color #A59E8A: hue angle of 44.44º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A59E8A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 158 138 -
CMYK 0 0.04 0.16 0.35
HSL 44.44º 0.13% 0.59% -
HSV(B) 44.44º 0.16% 0.65% -
XYZ 32.33 34.29 28.96 -
YUV 157.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 165 158 138 0 0.04 0.16 0.35 44.44 0.13 0.59
Hex A5 9E 8A 0 4 10 23 2C D 3B
Octal 245 236 212 0 4 20 43 54 15 73
Binary 10100101 10011110 10001010 0 100 10000 100011 101100 1101 111011

Color Harmonies of #A59E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E8A

Black with #A59E8A

Text Example


Text Example

White with #A59E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E8A; }

 p { color: rgb(165,158,138); }

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

background-color css

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

 a { background-color: rgb(165,158,138); }

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

border-color css

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

 span { border-color: rgb(165,158,138); }

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