Html Css Color HEX #A69E90 Napa

📋 copy color: '#A69E90'

red 166 ◦ green 158 ◦ blue 144

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

Shades of Napa #A69E90

Tints of Napa #A69E90

RGB

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

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

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

R = 35.47%
G = 33.76%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A69E90 (or 0xA69E90) is known color: Napa. HEX triplet: A6, 9E and 90. RGB value is (166,158,144). Sum of RGB (Red+Green+Blue) = 166+158+144=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E90 is #59616F. Grayscale: #9E9E9E. Windows color (decimal): -5857648 or 9477798. OLE color: 9477798.

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

Color convert

RGB 166 158 144 -
CMYK 0 0.05 0.13 0.35
HSL 38.18º 0.11% 0.61% -
HSV(B) 38.18º 0.13% 0.65% -
XYZ 32.99 34.57 31.32 -
YUV 158.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 166 158 144 0 0.05 0.13 0.35 38.18 0.11 0.61
Hex A6 9E 90 0 5 D 23 26 B 3D
Octal 246 236 220 0 5 15 43 46 13 75
Binary 10100110 10011110 10010000 0 101 1101 100011 100110 1011 111101

Color Harmonies of #A69E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E90

Black with #A69E90

Text Example


Text Example

White with #A69E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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