#A29898

Color #A29898 Nobel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nobel #A29898

Tints of Nobel #A29898

Color information

#A29898 (or 0xA29898) is unknown color: approx Nobel. HEX triplet: A2, 98 and 98. RGB value is (162,152,152). Sum of RGB (Red+Green+Blue) = 162+152+152=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29898 is #5D6767. Grayscale: #9B9B9B. Windows color (decimal): -6121320 or 10000546. OLE color: 10000546.

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

Color convert

RGB162152152-
CMYK00.060.060.36
HSL5.1%61.57%-
HSV(B)6.17%63.53%-
XYZ31.832.434.28-
YUV154.99126.31133-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=34.76%
G=32.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215215200.060.060.3605.161.57
HexA2989806624053e
Octal242230230066440576
Binary10100010100110001001100001101101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29898; }

 p { color: rgb(162,152,152); }

 H1.HeaderClassName
 {
   color: #A29898;
 }
 .AnyTagClassName
 {
   color: #A29898;
 }
</style>
background-color css

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

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

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

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

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

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