#A39030

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

Shades of Reef Gold #A39030

Tints of Reef Gold #A39030

Color information

#A39030 (or 0xA39030) is unknown color: approx Reef Gold. HEX triplet: A3, 90 and 30. RGB value is (163,144,48). Sum of RGB (Red+Green+Blue) = 163+144+48=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A39030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39030 is #5C6FCF. Grayscale: #8B8B8B. Windows color (decimal): -6057936 or 3182755. OLE color: 3182755.

HSL color Cylindrical-coordinate representation of color #A39030: hue angle of 50.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A39030 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB16314448-
CMYK00.120.710.36
HSL50.09º54.5%41.37%-
HSV(B)50.09º70.55%63.92%-
XYZ25.6127.956.84-
YUV138.7476.79145.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 48 (19.14% from 255) = 13.52%
R=45.92%
G=40.56%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631444800.120.710.3650.0954.541.37
HexA390300C4724323729
Octal2432206001410744626751
Binary1010001110010000110000011001000111100100110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39030; }

 p { color: rgb(163,144,48); }

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

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

 a { background-color: rgb(163,144,48); }

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

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

 span { border-color: rgb(163,144,48); }

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