Html Css Color HEX #A09695 Nobel

📋 copy color: '#A09695'

red 160 ◦ green 150 ◦ blue 149

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

Shades of Nobel #A09695

Tints of Nobel #A09695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 34.86%
G = 32.68%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A09695 (or 0xA09695) is known color: Nobel. HEX triplet: A0, 96 and 95. RGB value is (160,150,149). Sum of RGB (Red+Green+Blue) = 160+150+149=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09695 is #5F696A. Grayscale: #989898. Windows color (decimal): -6252907 or 9803424. OLE color: 9803424.

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

Color convert

RGB 160 150 149 -
CMYK 0 0.06 0.07 0.37
HSL 5.45º 0.05% 0.61% -
HSV(B) 5.45º 0.07% 0.63% -
XYZ 30.83 31.46 32.88 -
YUV 152.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 160 150 149 0 0.06 0.07 0.37 5.45 0.05 0.61
Hex A0 96 95 0 6 7 25 5 5 3D
Octal 240 226 225 0 6 7 45 5 5 75
Binary 10100000 10010110 10010101 0 110 111 100101 101 101 111101

Color Harmonies of #A09695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09695

Black with #A09695

Text Example


Text Example

White with #A09695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09695; }

 p { color: rgb(160,150,149); }

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

background-color css

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

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

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

border-color css

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

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

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