Html Css Color HEX #A69B83 Napa

📋 copy color: '#A69B83'

red 166 ◦ green 155 ◦ blue 131

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

Shades of Napa #A69B83

Tints of Napa #A69B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 36.73%
G = 34.29%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A69B83 (or 0xA69B83) is known color: Napa. HEX triplet: A6, 9B and 83. RGB value is (166,155,131). Sum of RGB (Red+Green+Blue) = 166+155+131=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B83 is #59647C. Grayscale: #9B9B9B. Windows color (decimal): -5858429 or 8625062. OLE color: 8625062.

HSL color Cylindrical-coordinate representation of color #A69B83: hue angle of 41.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69B83 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 131 -
CMYK 0 0.07 0.21 0.35
HSL 41.14º 0.16% 0.58% -
HSV(B) 41.14º 0.21% 0.65% -
XYZ 31.54 33.19 26.22 -
YUV 155.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 166 155 131 0 0.07 0.21 0.35 41.14 0.16 0.58
Hex A6 9B 83 0 7 15 23 29 10 3A
Octal 246 233 203 0 7 25 43 51 20 72
Binary 10100110 10011011 10000011 0 111 10101 100011 101001 10000 111010

Color Harmonies of #A69B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B83

Black with #A69B83

Text Example


Text Example

White with #A69B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B83; }

 p { color: rgb(166,155,131); }

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

background-color css

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

 a { background-color: rgb(166,155,131); }

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

border-color css

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

 span { border-color: rgb(166,155,131); }

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