#A38D37

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

Shades of Reef Gold #A38D37

Tints of Reef Gold #A38D37

Color information

#A38D37 (or 0xA38D37) is unknown color: approx Reef Gold. HEX triplet: A3, 8D and 37. RGB value is (163,141,55). Sum of RGB (Red+Green+Blue) = 163+141+55=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D37 is #5C72C8. Grayscale: #8A8A8A. Windows color (decimal): -6058697 or 3640739. OLE color: 3640739.

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

Color convert

RGB16314155-
CMYK00.130.660.36
HSL47.78º49.54%42.75%-
HSV(B)47.78º66.26%63.92%-
XYZ25.3227.117.51-
YUV137.7781.29145.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 55 (21.88% from 255) = 15.32%
R=45.40%
G=39.28%
B=15.32%

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
Decimal1631415500.130.660.3647.7849.5442.75
HexA38D370D422430322b
Octal2432156701510244606253
Binary1010001110001101110111011011000010100100110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D37; }

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

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

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

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

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

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

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

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