#AC993A

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

Shades of Reef Gold #AC993A

Tints of Reef Gold #AC993A

Color information

#AC993A (or 0xAC993A) is unknown color: approx Reef Gold. HEX triplet: AC, 99 and 3A. RGB value is (172,153,58). Sum of RGB (Red+Green+Blue) = 172+153+58=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993A is #5366C5. Grayscale: #949494. Windows color (decimal): -5465798 or 3840428. OLE color: 3840428.

HSL color Cylindrical-coordinate representation of color #AC993A: hue angle of 50º 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 #AC993A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17215358-
CMYK00.110.660.33
HSL50º49.57%45.1%-
HSV(B)50º66.28%67.45%-
XYZ29.1731.868.61-
YUV147.8577.29145.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=44.91%
G=39.95%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721535800.110.660.335049.5745.1
HexAC993A0B422132322d
Octal2542317201310241626255
Binary1010110010011001111010010111000010100001110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC993A; }

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

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

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

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

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

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

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

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