Html Css Color HEX #A59999 Nobel

📋 copy color: '#A59999'

red 165 ◦ green 153 ◦ blue 153

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

Shades of Nobel #A59999

Tints of Nobel #A59999

RGB

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

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

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

R = 35.03%
G = 32.48%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A59999 (or 0xA59999) is known color: Nobel. HEX triplet: A5, 99 and 99. RGB value is (165,153,153). Sum of RGB (Red+Green+Blue) = 165+153+153=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A59999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59999 is #5A6666. Grayscale: #9C9C9C. Windows color (decimal): -5924455 or 10066341. OLE color: 10066341.

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

Color convert

RGB 165 153 153 -
CMYK 0 0.07 0.07 0.35
HSL 0.06% 0.62% -
HSV(B) 0.07% 0.65% -
XYZ 32.66 33.08 34.8 -
YUV 156.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 165 153 153 0 0.07 0.07 0.35 0 0.06 0.62
Hex A5 99 99 0 7 7 23 0 6 3E
Octal 245 231 231 0 7 7 43 0 6 76
Binary 10100101 10011001 10011001 0 111 111 100011 0 110 111110

Color Harmonies of #A59999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59999

Black with #A59999

Text Example


Text Example

White with #A59999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59999; }

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

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

background-color css

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

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

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

border-color css

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

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

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