#A5923D

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

Shades of Reef Gold #A5923D

Tints of Reef Gold #A5923D

Color information

#A5923D (or 0xA5923D) is unknown color: approx Reef Gold. HEX triplet: A5, 92 and 3D. RGB value is (165,146,61). Sum of RGB (Red+Green+Blue) = 165+146+61=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5923D is #5A6DC2. Grayscale: #8E8E8E. Windows color (decimal): -5926339 or 4035237. OLE color: 4035237.

HSL color Cylindrical-coordinate representation of color #A5923D: hue angle of 49.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5923D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16514661-
CMYK00.120.630.35
HSL49.04º46.02%44.31%-
HSV(B)49.04º63.03%64.71%-
XYZ26.6428.898.59-
YUV141.9982.29144.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=44.35%
G=39.25%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651466100.120.630.3549.0446.0244.31
HexA5923D0C3F23312e2c
Octal245222750147743615654
Binary101001011001001011110101100111111100011110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5923D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5923D; }

 p { color: rgb(165,146,61); }

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

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

 a { background-color: rgb(165,146,61); }

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

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

 span { border-color: rgb(165,146,61); }

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