Html Css Color HEX #A09B90 Napa

📋 copy color: '#A09B90'

red 160 ◦ green 155 ◦ blue 144

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

Shades of Napa #A09B90

Tints of Napa #A09B90

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

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

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

R = 34.86%
G = 33.77%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A09B90 (or 0xA09B90) is known color: Napa. HEX triplet: A0, 9B and 90. RGB value is (160,155,144). Sum of RGB (Red+Green+Blue) = 160+155+144=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B90 is #5F646F. Grayscale: #9B9B9B. Windows color (decimal): -6251632 or 9477024. OLE color: 9477024.

HSL color Cylindrical-coordinate representation of color #A09B90: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09B90 is Cyan = 0, Magento = 0.03, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 155 144 -
CMYK 0 0.03 0.1 0.37
HSL 41.25º 0.08% 0.6% -
HSV(B) 41.25º 0.1% 0.63% -
XYZ 31.25 32.93 31.09 -
YUV 155.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 160 155 144 0 0.03 0.1 0.37 41.25 0.08 0.6
Hex A0 9B 90 0 3 A 25 29 8 3C
Octal 240 233 220 0 3 12 45 51 10 74
Binary 10100000 10011011 10010000 0 11 1010 100101 101001 1000 111100

Color Harmonies of #A09B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B90

Black with #A09B90

Text Example


Text Example

White with #A09B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B90; }

 p { color: rgb(160,155,144); }

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

background-color css

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

 a { background-color: rgb(160,155,144); }

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

border-color css

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

 span { border-color: rgb(160,155,144); }

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