#A89638

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

Shades of Reef Gold #A89638

Tints of Reef Gold #A89638

Color information

#A89638 (or 0xA89638) is unknown color: approx Reef Gold. HEX triplet: A8, 96 and 38. RGB value is (168,150,56). Sum of RGB (Red+Green+Blue) = 168+150+56=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A89638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89638 is #5769C7. Grayscale: #919191. Windows color (decimal): -5728712 or 3708584. OLE color: 3708584.

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

Color convert

RGB16815056-
CMYK00.110.670.34
HSL50.36º50%43.92%-
HSV(B)50.36º66.67%65.88%-
XYZ27.7730.428.15-
YUV144.6777.96144.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=44.92%
G=40.11%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681505600.110.670.3450.365043.92
HexA896380B432232322c
Octal2502267001310342626254
Binary1010100010010110111000010111000011100010110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89638; }

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

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

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

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

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

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

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

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