#A89C38

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

Shades of Reef Gold #A89C38

Tints of Reef Gold #A89C38

Color information

#A89C38 (or 0xA89C38) is unknown color: approx Reef Gold. HEX triplet: A8, 9C and 38. RGB value is (168,156,56). Sum of RGB (Red+Green+Blue) = 168+156+56=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C38 is #5763C7. Grayscale: #949494. Windows color (decimal): -5727176 or 3710120. OLE color: 3710120.

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

Color convert

RGB16815656-
CMYK00.070.670.34
HSL53.57º50%43.92%-
HSV(B)53.57º66.67%65.88%-
XYZ28.7532.398.48-
YUV148.1975.98142.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=44.21%
G=41.05%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681565600.070.670.3453.575043.92
HexA89C3807432236322c
Octal250234700710342666254
Binary101010001001110011100001111000011100010110110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C38; }

 p { color: rgb(168,156,56); }

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

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

 a { background-color: rgb(168,156,56); }

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

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

 span { border-color: rgb(168,156,56); }

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