#A58B2E

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

Shades of Reef Gold #A58B2E

Tints of Reef Gold #A58B2E

Color information

#A58B2E (or 0xA58B2E) is unknown color: approx Reef Gold. HEX triplet: A5, 8B and 2E. RGB value is (165,139,46). Sum of RGB (Red+Green+Blue) = 165+139+46=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B2E is #5A74D1. Grayscale: #888888. Windows color (decimal): -5928146 or 3050405. OLE color: 3050405.

HSL color Cylindrical-coordinate representation of color #A58B2E: hue angle of 46.89º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A58B2E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16513946-
CMYK00.160.720.35
HSL46.89º56.4%41.37%-
HSV(B)46.89º72.12%64.71%-
XYZ25.2426.666.4-
YUV136.1777.11148.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 139 (54.69% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=47.14%
G=39.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651394600.160.720.3546.8956.441.37
HexA58B2E01048232f3829
Octal2452135602011043577051
Binary10100101100010111011100100001001000100011101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B2E; }

 p { color: rgb(165,139,46); }

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

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

 a { background-color: rgb(165,139,46); }

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

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

 span { border-color: rgb(165,139,46); }

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