#A58D33

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

Shades of Reef Gold #A58D33

Tints of Reef Gold #A58D33

Color information

#A58D33 (or 0xA58D33) is unknown color: approx Reef Gold. HEX triplet: A5, 8D and 33. RGB value is (165,141,51). Sum of RGB (Red+Green+Blue) = 165+141+51=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D33 is #5A72CC. Grayscale: #8A8A8A. Windows color (decimal): -5927629 or 3378597. OLE color: 3378597.

HSL color Cylindrical-coordinate representation of color #A58D33: hue angle of 47.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A58D33 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16514151-
CMYK00.150.690.35
HSL47.37º52.78%42.35%-
HSV(B)47.37º69.09%64.71%-
XYZ25.6427.297.05-
YUV137.9278.95147.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=46.22%
G=39.50%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651415100.150.690.3547.3752.7842.35
HexA58D330F45232f352a
Octal2452156301710543576552
Binary1010010110001101110011011111000101100011101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D33; }

 p { color: rgb(165,141,51); }

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

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

 a { background-color: rgb(165,141,51); }

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

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

 span { border-color: rgb(165,141,51); }

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