Html Css Color HEX #A59F90 Napa

📋 copy color: '#A59F90'

red 165 ◦ green 159 ◦ blue 144

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

Shades of Napa #A59F90

Tints of Napa #A59F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.97%

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 35.26%
G = 33.97%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A59F90 (or 0xA59F90) is known color: Napa. HEX triplet: A5, 9F and 90. RGB value is (165,159,144). Sum of RGB (Red+Green+Blue) = 165+159+144=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F90 is #5A606F. Grayscale: #9F9F9F. Windows color (decimal): -5922928 or 9478053. OLE color: 9478053.

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

Color convert

RGB 165 159 144 -
CMYK 0 0.04 0.13 0.35
HSL 42.86º 0.1% 0.61% -
HSV(B) 42.86º 0.13% 0.65% -
XYZ 32.95 34.81 31.37 -
YUV 159.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 165 159 144 0 0.04 0.13 0.35 42.86 0.1 0.61
Hex A5 9F 90 0 4 D 23 2B A 3D
Octal 245 237 220 0 4 15 43 53 12 75
Binary 10100101 10011111 10010000 0 100 1101 100011 101011 1010 111101

Color Harmonies of #A59F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F90

Black with #A59F90

Text Example


Text Example

White with #A59F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F90; }

 p { color: rgb(165,159,144); }

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

background-color css

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

 a { background-color: rgb(165,159,144); }

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

border-color css

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

 span { border-color: rgb(165,159,144); }

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