Html Css Color HEX #A09999 Nobel

📋 copy color: '#A09999'

red 160 ◦ green 153 ◦ blue 153

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

Shades of Nobel #A09999

Tints of Nobel #A09999

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 153 (60.16% from 255) = 32.83%

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

R = 34.33%
G = 32.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A09999 (or 0xA09999) is known color: Nobel. HEX triplet: A0, 99 and 99. RGB value is (160,153,153). Sum of RGB (Red+Green+Blue) = 160+153+153=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A09999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09999 is #5F6666. Grayscale: #9B9B9B. Windows color (decimal): -6252135 or 10066336. OLE color: 10066336.

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

Color convert

RGB 160 153 153 -
CMYK 0 0.04 0.04 0.37
HSL 0.04% 0.61% -
HSV(B) 0.04% 0.63% -
XYZ 31.64 32.56 34.75 -
YUV 155.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 160 153 153 0 0.04 0.04 0.37 0 0.04 0.61
Hex A0 99 99 0 4 4 25 0 4 3D
Octal 240 231 231 0 4 4 45 0 4 75
Binary 10100000 10011001 10011001 0 100 100 100101 0 100 111101

Color Harmonies of #A09999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09999

Black with #A09999

Text Example


Text Example

White with #A09999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09999; }

 p { color: rgb(160,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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