#A49B38

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

Shades of Reef Gold #A49B38

Tints of Reef Gold #A49B38

Color information

#A49B38 (or 0xA49B38) is unknown color: approx Reef Gold. HEX triplet: A4, 9B and 38. RGB value is (164,155,56). Sum of RGB (Red+Green+Blue) = 164+155+56=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B38 is #5B64C7. Grayscale: #929292. Windows color (decimal): -5989576 or 3709860. OLE color: 3709860.

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

Color convert

RGB16415556-
CMYK00.050.660.36
HSL55º49.09%43.14%-
HSV(B)55º65.85%64.31%-
XYZ27.7431.628.38-
YUV146.4176.98140.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=43.73%
G=41.33%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641555600.050.660.365549.0943.14
HexA49B3805422437312b
Octal244233700510244676153
Binary101001001001101111100001011000010100100110111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B38; }

 p { color: rgb(164,155,56); }

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

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

 a { background-color: rgb(164,155,56); }

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

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

 span { border-color: rgb(164,155,56); }

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