#A38739

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

Shades of Reef Gold #A38739

Tints of Reef Gold #A38739

Color information

#A38739 (or 0xA38739) is unknown color: approx Reef Gold. HEX triplet: A3, 87 and 39. RGB value is (163,135,57). Sum of RGB (Red+Green+Blue) = 163+135+57=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A38739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38739 is #5C78C6. Grayscale: #868686. Windows color (decimal): -6060231 or 3770275. OLE color: 3770275.

HSL color Cylindrical-coordinate representation of color #A38739: hue angle of 44.15º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A38739 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16313557-
CMYK00.170.650.36
HSL44.15º48.18%43.14%-
HSV(B)44.15º65.03%63.92%-
XYZ24.5125.417.48-
YUV134.4884.28148.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 57 (22.66% from 255) = 16.06%
R=45.92%
G=38.03%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631355700.170.650.3644.1548.1843.14
HexA3873901141242c302b
Octal2432077102110144546053
Binary10100011100001111110010100011000001100100101100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38739; }

 p { color: rgb(163,135,57); }

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

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

 a { background-color: rgb(163,135,57); }

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

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

 span { border-color: rgb(163,135,57); }

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