Html Css Color HEX #A59E91 Napa

📋 copy color: '#A59E91'

red 165 ◦ green 158 ◦ blue 145

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

Shades of Napa #A59E91

Tints of Napa #A59E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 35.26%
G = 33.76%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A59E91 (or 0xA59E91) is known color: Napa. HEX triplet: A5, 9E and 91. RGB value is (165,158,145). Sum of RGB (Red+Green+Blue) = 165+158+145=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E91 is #5A616E. Grayscale: #9E9E9E. Windows color (decimal): -5923183 or 9543333. OLE color: 9543333.

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

Color convert

RGB 165 158 145 -
CMYK 0 0.04 0.12 0.35
HSL 39º 0.1% 0.61% -
HSV(B) 39º 0.12% 0.65% -
XYZ 32.85 34.5 31.72 -
YUV 158.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 165 158 145 0 0.04 0.12 0.35 39 0.1 0.61
Hex A5 9E 91 0 4 C 23 27 A 3D
Octal 245 236 221 0 4 14 43 47 12 75
Binary 10100101 10011110 10010001 0 100 1100 100011 100111 1010 111101

Color Harmonies of #A59E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E91

Black with #A59E91

Text Example


Text Example

White with #A59E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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