#A78D38

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

Shades of Reef Gold #A78D38

Tints of Reef Gold #A78D38

Color information

#A78D38 (or 0xA78D38) is unknown color: approx Reef Gold. HEX triplet: A7, 8D and 38. RGB value is (167,141,56). Sum of RGB (Red+Green+Blue) = 167+141+56=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78D38 is #5872C7. Grayscale: #8B8B8B. Windows color (decimal): -5796552 or 3706279. OLE color: 3706279.

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

Color convert

RGB16714156-
CMYK00.160.660.35
HSL45.95º49.78%43.73%-
HSV(B)45.95º66.47%65.49%-
XYZ26.1827.557.68-
YUV139.0881.11147.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=45.88%
G=38.74%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671415600.160.660.3545.9549.7843.73
HexA78D3801042232e322c
Octal2472157002010243566254
Binary10100111100011011110000100001000010100011101110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78D38; }

 p { color: rgb(167,141,56); }

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

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

 a { background-color: rgb(167,141,56); }

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

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

 span { border-color: rgb(167,141,56); }

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