#A7893A

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

Shades of Reef Gold #A7893A

Tints of Reef Gold #A7893A

Color information

#A7893A (or 0xA7893A) is unknown color: approx Reef Gold. HEX triplet: A7, 89 and 3A. RGB value is (167,137,58). Sum of RGB (Red+Green+Blue) = 167+137+58=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7893A is #5876C5. Grayscale: #898989. Windows color (decimal): -5797574 or 3836327. OLE color: 3836327.

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

Color convert

RGB16713758-
CMYK00.180.650.35
HSL43.49º48.44%44.12%-
HSV(B)43.49º65.27%65.49%-
XYZ25.6526.417.75-
YUV136.9683.44149.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=46.13%
G=37.85%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671375800.180.650.3543.4948.4444.12
HexA7893A01241232b302c
Octal2472117202210143536054
Binary10100111100010011110100100101000001100011101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7893A; }

 p { color: rgb(167,137,58); }

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

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

 a { background-color: rgb(167,137,58); }

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

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

 span { border-color: rgb(167,137,58); }

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