#A38C38

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

Shades of Reef Gold #A38C38

Tints of Reef Gold #A38C38

Color information

#A38C38 (or 0xA38C38) is unknown color: approx Reef Gold. HEX triplet: A3, 8C and 38. RGB value is (163,140,56). Sum of RGB (Red+Green+Blue) = 163+140+56=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C38 is #5C73C7. Grayscale: #898989. Windows color (decimal): -6058952 or 3706019. OLE color: 3706019.

HSL color Cylindrical-coordinate representation of color #A38C38: hue angle of 47.1º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A38C38 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16314056-
CMYK00.140.660.36
HSL47.1º48.86%42.94%-
HSV(B)47.1º65.64%63.92%-
XYZ25.226.837.59-
YUV137.382.12146.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=45.40%
G=39.00%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631405600.140.660.3647.148.8642.94
HexA38C380E42242f312b
Octal2432147001610244576153
Binary1010001110001100111000011101000010100100101111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C38; }

 p { color: rgb(163,140,56); }

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

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

 a { background-color: rgb(163,140,56); }

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

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

 span { border-color: rgb(163,140,56); }

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