#A58738

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

Shades of Reef Gold #A58738

Tints of Reef Gold #A58738

Color information

#A58738 (or 0xA58738) is unknown color: approx Reef Gold. HEX triplet: A5, 87 and 38. RGB value is (165,135,56). Sum of RGB (Red+Green+Blue) = 165+135+56=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A58738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58738 is #5A78C7. Grayscale: #878787. Windows color (decimal): -5929160 or 3704741. OLE color: 3704741.

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

Color convert

RGB16513556-
CMYK00.180.660.35
HSL43.49º49.32%43.33%-
HSV(B)43.49º66.06%64.71%-
XYZ24.8925.617.37-
YUV134.9683.44149.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 56 (22.27% from 255) = 15.73%
R=46.35%
G=37.92%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651355600.180.660.3543.4949.3243.33
HexA5873801242232b312b
Octal2452077002210243536153
Binary10100101100001111110000100101000010100011101011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58738; }

 p { color: rgb(165,135,56); }

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

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

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

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

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

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

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