#A8903A

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

Shades of Reef Gold #A8903A

Tints of Reef Gold #A8903A

Color information

#A8903A (or 0xA8903A) is unknown color: approx Reef Gold. HEX triplet: A8, 90 and 3A. RGB value is (168,144,58). Sum of RGB (Red+Green+Blue) = 168+144+58=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8903A is #576FC5. Grayscale: #8D8D8D. Windows color (decimal): -5730246 or 3838120. OLE color: 3838120.

HSL color Cylindrical-coordinate representation of color #A8903A: hue angle of 46.91º 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 #A8903A is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16814458-
CMYK00.140.650.34
HSL46.91º48.67%44.31%-
HSV(B)46.91º65.48%65.88%-
XYZ26.8928.588.1-
YUV141.3780.95146.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=45.41%
G=38.92%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681445800.140.650.3446.9148.6744.31
HexA8903A0E41222f312c
Octal2502207201610142576154
Binary1010100010010000111010011101000001100010101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8903A; }

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

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

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

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

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

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

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

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