#A38F36

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

Shades of Reef Gold #A38F36

Tints of Reef Gold #A38F36

Color information

#A38F36 (or 0xA38F36) is unknown color: approx Reef Gold. HEX triplet: A3, 8F and 36. RGB value is (163,143,54). Sum of RGB (Red+Green+Blue) = 163+143+54=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38F36 is #5C70C9. Grayscale: #8B8B8B. Windows color (decimal): -6058186 or 3575715. OLE color: 3575715.

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

Color convert

RGB16314354-
CMYK00.120.670.36
HSL48.99º50.23%42.55%-
HSV(B)48.99º66.87%63.92%-
XYZ25.5927.77.49-
YUV138.8380.13145.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 54 (21.48% from 255) = 15%
R=45.28%
G=39.72%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631435400.120.670.3648.9950.2342.55
HexA38F360C432431322b
Octal2432176601410344616253
Binary1010001110001111110110011001000011100100110001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F36; }

 p { color: rgb(163,143,54); }

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

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

 a { background-color: rgb(163,143,54); }

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

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

 span { border-color: rgb(163,143,54); }

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