#AC9834

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

Shades of Reef Gold #AC9834

Tints of Reef Gold #AC9834

Color information

#AC9834 (or 0xAC9834) is unknown color: approx Reef Gold. HEX triplet: AC, 98 and 34. RGB value is (172,152,52). Sum of RGB (Red+Green+Blue) = 172+152+52=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9834 is #5367CB. Grayscale: #939393. Windows color (decimal): -5466060 or 3446956. OLE color: 3446956.

HSL color Cylindrical-coordinate representation of color #AC9834: hue angle of 50º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9834 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17215252-
CMYK00.120.700.33
HSL50º53.57%43.92%-
HSV(B)50º69.77%67.45%-
XYZ28.8631.487.8-
YUV146.5874.63146.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=45.74%
G=40.43%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721525200.120.700.335053.5743.92
HexAC98340C462132362c
Octal2542306401410641626654
Binary1010110010011000110100011001000110100001110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9834; }

 p { color: rgb(172,152,52); }

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

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

 a { background-color: rgb(172,152,52); }

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

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

 span { border-color: rgb(172,152,52); }

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