#A58F2E

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

Shades of Reef Gold #A58F2E

Tints of Reef Gold #A58F2E

Color information

#A58F2E (or 0xA58F2E) is unknown color: approx Reef Gold. HEX triplet: A5, 8F and 2E. RGB value is (165,143,46). Sum of RGB (Red+Green+Blue) = 165+143+46=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F2E is #5A70D1. Grayscale: #8A8A8A. Windows color (decimal): -5927122 or 3051429. OLE color: 3051429.

HSL color Cylindrical-coordinate representation of color #A58F2E: hue angle of 48.91º 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 #A58F2E is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16514346-
CMYK00.130.720.35
HSL48.91º56.4%41.37%-
HSV(B)48.91º72.12%64.71%-
XYZ25.8327.846.6-
YUV138.5275.79146.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 46 (18.36% from 255) = 12.99%
R=46.61%
G=40.40%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651434600.130.720.3548.9156.441.37
HexA58F2E0D4823313829
Octal2452175601511043617051
Binary1010010110001111101110011011001000100011110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F2E; }

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

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

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

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

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

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

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

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