#A8842D

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

Shades of Reef Gold #A8842D

Tints of Reef Gold #A8842D

Color information

#A8842D (or 0xA8842D) is unknown color: approx Reef Gold. HEX triplet: A8, 84 and 2D. RGB value is (168,132,45). Sum of RGB (Red+Green+Blue) = 168+132+45=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8842D is #577BD2. Grayscale: #858585. Windows color (decimal): -5733331 or 2983080. OLE color: 2983080.

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

Color convert

RGB16813245-
CMYK00.210.730.34
HSL42.44º57.75%41.76%-
HSV(B)42.44º73.21%65.88%-
XYZ24.8725.026-
YUV132.8578.43153.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=48.70%
G=38.26%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681324500.210.730.3442.4457.7541.76
HexA8842D01549222a3a2a
Octal2502045502511142527252
Binary10101000100001001011010101011001001100010101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8842D; }

 p { color: rgb(168,132,45); }

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

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

 a { background-color: rgb(168,132,45); }

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

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

 span { border-color: rgb(168,132,45); }

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