#A78A38

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

Shades of Reef Gold #A78A38

Tints of Reef Gold #A78A38

Color information

#A78A38 (or 0xA78A38) is unknown color: approx Reef Gold. HEX triplet: A7, 8A and 38. RGB value is (167,138,56). Sum of RGB (Red+Green+Blue) = 167+138+56=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A38 is #5875C7. Grayscale: #898989. Windows color (decimal): -5797320 or 3705511. OLE color: 3705511.

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

Color convert

RGB16713856-
CMYK00.170.660.35
HSL44.32º49.78%43.73%-
HSV(B)44.32º66.47%65.49%-
XYZ25.7426.687.53-
YUV137.3282.11149.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=46.26%
G=38.23%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671385600.170.660.3544.3249.7843.73
HexA78A3801142232c322c
Octal2472127002110243546254
Binary10100111100010101110000100011000010100011101100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A38; }

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

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

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

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

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

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

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

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