#A7923C

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

Shades of Reef Gold #A7923C

Tints of Reef Gold #A7923C

Color information

#A7923C (or 0xA7923C) is unknown color: approx Reef Gold. HEX triplet: A7, 92 and 3C. RGB value is (167,146,60). Sum of RGB (Red+Green+Blue) = 167+146+60=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7923C is #586DC3. Grayscale: #8E8E8E. Windows color (decimal): -5795268 or 3969703. OLE color: 3969703.

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

Color convert

RGB16714660-
CMYK00.130.640.35
HSL48.22º47.14%44.51%-
HSV(B)48.22º64.07%65.49%-
XYZ27.0329.18.47-
YUV142.4881.46145.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 146 (57.42% from 255) = 39.14%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=44.77%
G=39.14%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671466000.130.640.3548.2247.1444.51
HexA7923C0D4023302f2d
Octal2472227401510043605755
Binary1010011110010010111100011011000000100011110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7923C; }

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

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

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

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

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

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

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

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