Html Css Color HEX #A69E92 Napa

📋 copy color: '#A69E92'

red 166 ◦ green 158 ◦ blue 146

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

Shades of Napa #A69E92

Tints of Napa #A69E92

RGB

 RED value IS 166 (65.23% from 255) = 35.32%

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

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 35.32%
G = 33.62%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A69E92 (or 0xA69E92) is known color: Napa. HEX triplet: A6, 9E and 92. RGB value is (166,158,146). Sum of RGB (Red+Green+Blue) = 166+158+146=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E92 is #59616D. Grayscale: #9F9F9F. Windows color (decimal): -5857646 or 9608870. OLE color: 9608870.

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

Color convert

RGB 166 158 146 -
CMYK 0 0.05 0.12 0.35
HSL 36º 0.1% 0.61% -
HSV(B) 36º 0.12% 0.65% -
XYZ 33.14 34.64 32.13 -
YUV 159.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 166 158 146 0 0.05 0.12 0.35 36 0.1 0.61
Hex A6 9E 92 0 5 C 23 24 A 3D
Octal 246 236 222 0 5 14 43 44 12 75
Binary 10100110 10011110 10010010 0 101 1100 100011 100100 1010 111101

Color Harmonies of #A69E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E92

Black with #A69E92

Text Example


Text Example

White with #A69E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E92; }

 p { color: rgb(166,158,146); }

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

background-color css

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

 a { background-color: rgb(166,158,146); }

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

border-color css

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

 span { border-color: rgb(166,158,146); }

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