#A69B9B

Color #A69B9B Nobel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nobel #A69B9B

Tints of Nobel #A69B9B

Color information

#A69B9B (or 0xA69B9B) is unknown color: approx Nobel. HEX triplet: A6, 9B and 9B. RGB value is (166,155,155). Sum of RGB (Red+Green+Blue) = 166+155+155=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B9B is #596464. Grayscale: #9E9E9E. Windows color (decimal): -5858405 or 10197926. OLE color: 10197926.

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

Color convert

RGB166155155-
CMYK00.070.070.35
HSL5.82%62.94%-
HSV(B)6.63%65.1%-
XYZ33.3633.9235.8-
YUV158.29126.14133.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=34.87%
G=32.56%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615515500.070.070.3505.8262.94
HexA69B9B07723063f
Octal246233233077430677
Binary10100110100110111001101101111111000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B9B; }

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

 H1.HeaderClassName
 {
   color: #A69B9B;
 }
 .AnyTagClassName
 {
   color: #A69B9B;
 }
</style>
background-color css

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

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

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

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

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

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