#A68A33

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

Shades of Reef Gold #A68A33

Tints of Reef Gold #A68A33

Color information

#A68A33 (or 0xA68A33) is unknown color: approx Reef Gold. HEX triplet: A6, 8A and 33. RGB value is (166,138,51). Sum of RGB (Red+Green+Blue) = 166+138+51=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A33 is #5975CC. Grayscale: #888888. Windows color (decimal): -5862861 or 3377830. OLE color: 3377830.

HSL color Cylindrical-coordinate representation of color #A68A33: hue angle of 45.39º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A68A33 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16613851-
CMYK00.170.690.35
HSL45.39º53%42.55%-
HSV(B)45.39º69.28%65.1%-
XYZ25.4126.526.91-
YUV136.4579.78149.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=46.76%
G=38.87%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661385100.170.690.3545.395342.55
HexA68A3301145232d352b
Octal2462126302110543556553
Binary10100110100010101100110100011000101100011101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A33; }

 p { color: rgb(166,138,51); }

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

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

 a { background-color: rgb(166,138,51); }

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

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

 span { border-color: rgb(166,138,51); }

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