#A18835

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

Shades of Reef Gold #A18835

Tints of Reef Gold #A18835

Color information

#A18835 (or 0xA18835) is unknown color: approx Reef Gold. HEX triplet: A1, 88 and 35. RGB value is (161,136,53). Sum of RGB (Red+Green+Blue) = 161+136+53=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A18835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18835 is #5E77CA. Grayscale: #868686. Windows color (decimal): -6191051 or 3508385. OLE color: 3508385.

HSL color Cylindrical-coordinate representation of color #A18835: hue angle of 46.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A18835 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16113653-
CMYK00.160.670.37
HSL46.11º50.47%41.96%-
HSV(B)46.11º67.08%63.14%-
XYZ24.1425.447.01-
YUV134.0182.28147.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=46%
G=38.86%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611365300.160.670.3746.1150.4741.96
HexA1883501043252e322a
Octal2412106502010345566252
Binary10100001100010001101010100001000011100101101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18835; }

 p { color: rgb(161,136,53); }

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

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

 a { background-color: rgb(161,136,53); }

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

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

 span { border-color: rgb(161,136,53); }

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