#A38134

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

Shades of Reef Gold #A38134

Tints of Reef Gold #A38134

Color information

#A38134 (or 0xA38134) is unknown color: approx Reef Gold. HEX triplet: A3, 81 and 34. RGB value is (163,129,52). Sum of RGB (Red+Green+Blue) = 163+129+52=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A38134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38134 is #5C7ECB. Grayscale: #828282. Windows color (decimal): -6061772 or 3441059. OLE color: 3441059.

HSL color Cylindrical-coordinate representation of color #A38134: hue angle of 41.62º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A38134 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16312952-
CMYK00.210.680.36
HSL41.62º51.63%42.16%-
HSV(B)41.62º68.1%63.92%-
XYZ23.5723.736.59-
YUV130.3983.76151.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=47.38%
G=37.5%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631295200.210.680.3641.6251.6342.16
HexA3813401544242a342a
Octal2432016402510444526452
Binary10100011100000011101000101011000100100100101010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38134; }

 p { color: rgb(163,129,52); }

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

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

 a { background-color: rgb(163,129,52); }

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

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

 span { border-color: rgb(163,129,52); }

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