#A8963A

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

Shades of Reef Gold #A8963A

Tints of Reef Gold #A8963A

Color information

#A8963A (or 0xA8963A) is unknown color: approx Reef Gold. HEX triplet: A8, 96 and 3A. RGB value is (168,150,58). Sum of RGB (Red+Green+Blue) = 168+150+58=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8963A is #5769C5. Grayscale: #919191. Windows color (decimal): -5728710 or 3839656. OLE color: 3839656.

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

Color convert

RGB16815058-
CMYK00.110.650.34
HSL50.18º48.67%44.31%-
HSV(B)50.18º65.48%65.88%-
XYZ27.8230.448.41-
YUV144.8978.96144.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=44.68%
G=39.89%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681505800.110.650.3450.1848.6744.31
HexA8963A0B412232312c
Octal2502267201310142626154
Binary1010100010010110111010010111000001100010110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8963A; }

 p { color: rgb(168,150,58); }

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

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

 a { background-color: rgb(168,150,58); }

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

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

 span { border-color: rgb(168,150,58); }

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