#A98633

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

Shades of Reef Gold #A98633

Tints of Reef Gold #A98633

Color information

#A98633 (or 0xA98633) is unknown color: approx Reef Gold. HEX triplet: A9, 86 and 33. RGB value is (169,134,51). Sum of RGB (Red+Green+Blue) = 169+134+51=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A98633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98633 is #5679CC. Grayscale: #878787. Windows color (decimal): -5667277 or 3376809. OLE color: 3376809.

HSL color Cylindrical-coordinate representation of color #A98633: hue angle of 42.2º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A98633 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16913451-
CMYK00.210.700.34
HSL42.2º53.64%43.14%-
HSV(B)42.2º69.82%66.27%-
XYZ25.4825.726.75-
YUV13580.6152.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=47.74%
G=37.85%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691345100.210.700.3442.253.6443.14
HexA9863301546222a362b
Octal2512066302510642526653
Binary10101001100001101100110101011000110100010101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98633; }

 p { color: rgb(169,134,51); }

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

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

 a { background-color: rgb(169,134,51); }

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

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

 span { border-color: rgb(169,134,51); }

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