#A89230

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

Shades of Reef Gold #A89230

Tints of Reef Gold #A89230

Color information

#A89230 (or 0xA89230) is unknown color: approx Reef Gold. HEX triplet: A8, 92 and 30. RGB value is (168,146,48). Sum of RGB (Red+Green+Blue) = 168+146+48=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A89230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89230 is #576DCF. Grayscale: #8D8D8D. Windows color (decimal): -5729744 or 3183272. OLE color: 3183272.

HSL color Cylindrical-coordinate representation of color #A89230: hue angle of 49º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89230 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16814648-
CMYK00.130.710.34
HSL49º55.56%42.35%-
HSV(B)49º71.43%65.88%-
XYZ26.9629.16.99-
YUV141.4175.29146.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=46.41%
G=40.33%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681464800.130.710.344955.5642.35
HexA892300D472231382a
Octal2502226001510742617052
Binary1010100010010010110000011011000111100010110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89230; }

 p { color: rgb(168,146,48); }

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

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

 a { background-color: rgb(168,146,48); }

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

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

 span { border-color: rgb(168,146,48); }

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