Html Css Color HEX #A09B93 Napa

📋 copy color: '#A09B93'

red 160 ◦ green 155 ◦ blue 147

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

Shades of Napa #A09B93

Tints of Napa #A09B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.82%

R = 34.63%
G = 33.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A09B93 (or 0xA09B93) is known color: Napa. HEX triplet: A0, 9B and 93. RGB value is (160,155,147). Sum of RGB (Red+Green+Blue) = 160+155+147=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B93 is #5F646C. Grayscale: #9B9B9B. Windows color (decimal): -6251629 or 9673632. OLE color: 9673632.

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

Color convert

RGB 160 155 147 -
CMYK 0 0.03 0.08 0.37
HSL 36.92º 0.06% 0.6% -
HSV(B) 36.92º 0.08% 0.63% -
XYZ 31.49 33.02 32.32 -
YUV 155.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 160 155 147 0 0.03 0.08 0.37 36.92 0.06 0.6
Hex A0 9B 93 0 3 8 25 25 6 3C
Octal 240 233 223 0 3 10 45 45 6 74
Binary 10100000 10011011 10010011 0 11 1000 100101 100101 110 111100

Color Harmonies of #A09B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B93

Black with #A09B93

Text Example


Text Example

White with #A09B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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