Html Css Color HEX #A59A98 Nobel

📋 copy color: '#A59A98'

red 165 ◦ green 154 ◦ blue 152

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

Shades of Nobel #A59A98

Tints of Nobel #A59A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 35.03%
G = 32.7%
B = 32.27%

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

#A59A98 (or 0xA59A98) is known color: Nobel. HEX triplet: A5, 9A and 98. RGB value is (165,154,152). Sum of RGB (Red+Green+Blue) = 165+154+152=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A98 is #5A6567. Grayscale: #9D9D9D. Windows color (decimal): -5924200 or 10001061. OLE color: 10001061.

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

Color convert

RGB 165 154 152 -
CMYK 0 0.07 0.08 0.35
HSL 9.23º 0.07% 0.62% -
HSV(B) 9.23º 0.08% 0.65% -
XYZ 32.74 33.38 34.42 -
YUV 157.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 165 154 152 0 0.07 0.08 0.35 9.23 0.07 0.62
Hex A5 9A 98 0 7 8 23 9 7 3E
Octal 245 232 230 0 7 10 43 11 7 76
Binary 10100101 10011010 10011000 0 111 1000 100011 1001 111 111110

Color Harmonies of #A59A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A98

Black with #A59A98

Text Example


Text Example

White with #A59A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A98; }

 p { color: rgb(165,154,152); }

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

background-color css

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

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

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

border-color css

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

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

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