Html Css Color HEX #A69B88 Napa

📋 copy color: '#A69B88'

red 166 ◦ green 155 ◦ blue 136

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

Shades of Napa #A69B88

Tints of Napa #A69B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 36.32%
G = 33.92%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A69B88 (or 0xA69B88) is known color: Napa. HEX triplet: A6, 9B and 88. RGB value is (166,155,136). Sum of RGB (Red+Green+Blue) = 166+155+136=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B88 is #596477. Grayscale: #9C9C9C. Windows color (decimal): -5858424 or 8952742. OLE color: 8952742.

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

Color convert

RGB 166 155 136 -
CMYK 0 0.07 0.18 0.35
HSL 38º 0.14% 0.59% -
HSV(B) 38º 0.18% 0.65% -
XYZ 31.89 33.33 28.04 -
YUV 156.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 166 155 136 0 0.07 0.18 0.35 38 0.14 0.59
Hex A6 9B 88 0 7 12 23 26 E 3B
Octal 246 233 210 0 7 22 43 46 16 73
Binary 10100110 10011011 10001000 0 111 10010 100011 100110 1110 111011

Color Harmonies of #A69B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B88

Black with #A69B88

Text Example


Text Example

White with #A69B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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