#A58C34

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

Shades of Reef Gold #A58C34

Tints of Reef Gold #A58C34

Color information

#A58C34 (or 0xA58C34) is unknown color: approx Reef Gold. HEX triplet: A5, 8C and 34. RGB value is (165,140,52). Sum of RGB (Red+Green+Blue) = 165+140+52=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C34 is #5A73CB. Grayscale: #898989. Windows color (decimal): -5927884 or 3443877. OLE color: 3443877.

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

Color convert

RGB16514052-
CMYK00.150.680.35
HSL46.73º52.07%42.55%-
HSV(B)46.73º68.48%64.71%-
XYZ25.51277.12-
YUV137.4479.78147.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.22%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=46.22%
G=39.22%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651405200.150.680.3546.7352.0742.55
HexA58C340F44232f342b
Octal2452146401710443576453
Binary1010010110001100110100011111000100100011101111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C34; }

 p { color: rgb(165,140,52); }

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

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

 a { background-color: rgb(165,140,52); }

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

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

 span { border-color: rgb(165,140,52); }

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