Html Css Color HEX #A59F9E Nobel

📋 copy color: '#A59F9E'

red 165 ◦ green 159 ◦ blue 158

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

Shades of Nobel #A59F9E

Tints of Nobel #A59F9E

RGB

 RED value IS 165 (64.84% from 255) = 34.23%

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 34.23%
G = 32.99%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A59F9E (or 0xA59F9E) is known color: Nobel. HEX triplet: A5, 9F and 9E. RGB value is (165,159,158). Sum of RGB (Red+Green+Blue) = 165+159+158=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F9E is #5A6061. Grayscale: #A0A0A0. Windows color (decimal): -5922914 or 10395557. OLE color: 10395557.

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

Color convert

RGB 165 159 158 -
CMYK 0 0.04 0.04 0.35
HSL 8.57º 0.04% 0.63% -
HSV(B) 8.57º 0.04% 0.65% -
XYZ 34.09 35.26 37.36 -
YUV 160.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 165 159 158 0 0.04 0.04 0.35 8.57 0.04 0.63
Hex A5 9F 9E 0 4 4 23 9 4 3F
Octal 245 237 236 0 4 4 43 11 4 77
Binary 10100101 10011111 10011110 0 100 100 100011 1001 100 111111

Color Harmonies of #A59F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F9E

Black with #A59F9E

Text Example


Text Example

White with #A59F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F9E; }

 p { color: rgb(165,159,158); }

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

background-color css

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

 a { background-color: rgb(165,159,158); }

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

border-color css

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

 span { border-color: rgb(165,159,158); }

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