Html Css Color HEX #A69B99 Nobel

📋 copy color: '#A69B99'

red 166 ◦ green 155 ◦ blue 153

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

Shades of Nobel #A69B99

Tints of Nobel #A69B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 35.02%
G = 32.7%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69B99 (or 0xA69B99) is known color: Nobel. HEX triplet: A6, 9B and 99. RGB value is (166,155,153). Sum of RGB (Red+Green+Blue) = 166+155+153=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B99 is #596466. Grayscale: #9E9E9E. Windows color (decimal): -5858407 or 10066854. OLE color: 10066854.

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

Color convert

RGB 166 155 153 -
CMYK 0 0.07 0.08 0.35
HSL 9.23º 0.07% 0.63% -
HSV(B) 9.23º 0.08% 0.65% -
XYZ 33.2 33.85 34.92 -
YUV 158.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 166 155 153 0 0.07 0.08 0.35 9.23 0.07 0.63
Hex A6 9B 99 0 7 8 23 9 7 3F
Octal 246 233 231 0 7 10 43 11 7 77
Binary 10100110 10011011 10011001 0 111 1000 100011 1001 111 111111

Color Harmonies of #A69B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B99

Black with #A69B99

Text Example


Text Example

White with #A69B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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