Html Css Color HEX #A59B8A Napa

📋 copy color: '#A59B8A'

red 165 ◦ green 155 ◦ blue 138

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

Shades of Napa #A59B8A

Tints of Napa #A59B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

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

R = 36.03%
G = 33.84%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A59B8A (or 0xA59B8A) is known color: Napa. HEX triplet: A5, 9B and 8A. RGB value is (165,155,138). Sum of RGB (Red+Green+Blue) = 165+155+138=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59B8A is #5A6475. Grayscale: #9C9C9C. Windows color (decimal): -5923958 or 9083813. OLE color: 9083813.

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

Color convert

RGB 165 155 138 -
CMYK 0 0.06 0.16 0.35
HSL 37.78º 0.13% 0.59% -
HSV(B) 37.78º 0.16% 0.65% -
XYZ 31.83 33.28 28.79 -
YUV 156.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 165 155 138 0 0.06 0.16 0.35 37.78 0.13 0.59
Hex A5 9B 8A 0 6 10 23 26 D 3B
Octal 245 233 212 0 6 20 43 46 15 73
Binary 10100101 10011011 10001010 0 110 10000 100011 100110 1101 111011

Color Harmonies of #A59B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59B8A

Black with #A59B8A

Text Example


Text Example

White with #A59B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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