#A68F38

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

Shades of Reef Gold #A68F38

Tints of Reef Gold #A68F38

Color information

#A68F38 (or 0xA68F38) is unknown color: approx Reef Gold. HEX triplet: A6, 8F and 38. RGB value is (166,143,56). Sum of RGB (Red+Green+Blue) = 166+143+56=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F38 is #5970C7. Grayscale: #8C8C8C. Windows color (decimal): -5861576 or 3706790. OLE color: 3706790.

HSL color Cylindrical-coordinate representation of color #A68F38: hue angle of 47.45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68F38 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16614356-
CMYK00.140.660.35
HSL47.45º49.55%43.53%-
HSV(B)47.45º66.27%65.1%-
XYZ26.2628.047.77-
YUV139.9680.62146.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=45.48%
G=39.18%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661435600.140.660.3547.4549.5543.53
HexA68F380E42232f322c
Octal2462177001610243576254
Binary1010011010001111111000011101000010100011101111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F38; }

 p { color: rgb(166,143,56); }

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

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

 a { background-color: rgb(166,143,56); }

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

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

 span { border-color: rgb(166,143,56); }

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