#AC9B35

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

Shades of Reef Gold #AC9B35

Tints of Reef Gold #AC9B35

Color information

#AC9B35 (or 0xAC9B35) is unknown color: approx Reef Gold. HEX triplet: AC, 9B and 35. RGB value is (172,155,53). Sum of RGB (Red+Green+Blue) = 172+155+53=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B35 is #5364CA. Grayscale: #949494. Windows color (decimal): -5465291 or 3513260. OLE color: 3513260.

HSL color Cylindrical-coordinate representation of color #AC9B35: hue angle of 51.43º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC9B35 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17215553-
CMYK00.100.690.33
HSL51.43º52.89%44.12%-
HSV(B)51.43º69.19%67.45%-
XYZ29.3832.478.09-
YUV148.4674.13144.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=45.26%
G=40.79%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721555300.100.690.3351.4352.8944.12
HexAC9B350A452133352c
Octal2542336501210541636554
Binary1010110010011011110101010101000101100001110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B35; }

 p { color: rgb(172,155,53); }

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

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

 a { background-color: rgb(172,155,53); }

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

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

 span { border-color: rgb(172,155,53); }

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