#AC903A

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

Shades of Reef Gold #AC903A

Tints of Reef Gold #AC903A

Color information

#AC903A (or 0xAC903A) is unknown color: approx Reef Gold. HEX triplet: AC, 90 and 3A. RGB value is (172,144,58). Sum of RGB (Red+Green+Blue) = 172+144+58=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC903A is #536FC5. Grayscale: #8E8E8E. Windows color (decimal): -5468102 or 3838124. OLE color: 3838124.

HSL color Cylindrical-coordinate representation of color #AC903A: hue angle of 45.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC903A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17214458-
CMYK00.160.660.33
HSL45.26º49.57%45.1%-
HSV(B)45.26º66.28%67.45%-
XYZ27.7529.028.14-
YUV142.5780.28148.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=45.99%
G=38.50%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721445800.160.660.3345.2649.5745.1
HexAC903A01042212d322d
Octal2542207202010241556255
Binary10101100100100001110100100001000010100001101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC903A; }

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

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

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

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

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

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

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

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