#A79230

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

Shades of Reef Gold #A79230

Tints of Reef Gold #A79230

Color information

#A79230 (or 0xA79230) is unknown color: approx Reef Gold. HEX triplet: A7, 92 and 30. RGB value is (167,146,48). Sum of RGB (Red+Green+Blue) = 167+146+48=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A79230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79230 is #586DCF. Grayscale: #8D8D8D. Windows color (decimal): -5795280 or 3183271. OLE color: 3183271.

HSL color Cylindrical-coordinate representation of color #A79230: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A79230 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16714648-
CMYK00.130.710.35
HSL49.41º55.35%42.16%-
HSV(B)49.41º71.26%65.49%-
XYZ26.7528.996.98-
YUV141.1175.46146.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=46.26%
G=40.44%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671464800.130.710.3549.4155.3542.16
HexA792300D472331372a
Octal2472226001510743616752
Binary1010011110010010110000011011000111100011110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79230; }

 p { color: rgb(167,146,48); }

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

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

 a { background-color: rgb(167,146,48); }

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

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

 span { border-color: rgb(167,146,48); }

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