#A38D38

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

Shades of Reef Gold #A38D38

Tints of Reef Gold #A38D38

Color information

#A38D38 (or 0xA38D38) is unknown color: approx Reef Gold. HEX triplet: A3, 8D and 38. RGB value is (163,141,56). Sum of RGB (Red+Green+Blue) = 163+141+56=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D38 is #5C72C7. Grayscale: #8A8A8A. Windows color (decimal): -6058696 or 3706275. OLE color: 3706275.

HSL color Cylindrical-coordinate representation of color #A38D38: hue angle of 47.66º 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 #A38D38 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16314156-
CMYK00.130.660.36
HSL47.66º48.86%42.94%-
HSV(B)47.66º65.64%63.92%-
XYZ25.3427.127.64-
YUV137.8981.79145.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 141 (55.47% from 255) = 39.17%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=45.28%
G=39.17%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631415600.130.660.3647.6648.8642.94
HexA38D380D422430312b
Octal2432157001510244606153
Binary1010001110001101111000011011000010100100110000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D38; }

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

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

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

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

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

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

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

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