Html Css Color HEX #A69F8F Napa

📋 copy color: '#A69F8F'

red 166 ◦ green 159 ◦ blue 143

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

Shades of Napa #A69F8F

Tints of Napa #A69F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 35.47%
G = 33.97%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A69F8F (or 0xA69F8F) is known color: Napa. HEX triplet: A6, 9F and 8F. RGB value is (166,159,143). Sum of RGB (Red+Green+Blue) = 166+159+143=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F8F is #596070. Grayscale: #9F9F9F. Windows color (decimal): -5857393 or 9412518. OLE color: 9412518.

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

Color convert

RGB 166 159 143 -
CMYK 0 0.04 0.14 0.35
HSL 41.74º 0.11% 0.61% -
HSV(B) 41.74º 0.14% 0.65% -
XYZ 33.08 34.89 30.98 -
YUV 159.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 166 159 143 0 0.04 0.14 0.35 41.74 0.11 0.61
Hex A6 9F 8F 0 4 E 23 2A B 3D
Octal 246 237 217 0 4 16 43 52 13 75
Binary 10100110 10011111 10001111 0 100 1110 100011 101010 1011 111101

Color Harmonies of #A69F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69F8F

Black with #A69F8F

Text Example


Text Example

White with #A69F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69F8F; }

 p { color: rgb(166,159,143); }

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

background-color css

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

 a { background-color: rgb(166,159,143); }

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

border-color css

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

 span { border-color: rgb(166,159,143); }

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