#A38833

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

Shades of Reef Gold #A38833

Tints of Reef Gold #A38833

Color information

#A38833 (or 0xA38833) is unknown color: approx Reef Gold. HEX triplet: A3, 88 and 33. RGB value is (163,136,51). Sum of RGB (Red+Green+Blue) = 163+136+51=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A38833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38833 is #5C77CC. Grayscale: #868686. Windows color (decimal): -6059981 or 3377315. OLE color: 3377315.

HSL color Cylindrical-coordinate representation of color #A38833: hue angle of 45.54º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A38833 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16313651-
CMYK00.170.690.36
HSL45.54º52.34%41.96%-
HSV(B)45.54º68.71%63.92%-
XYZ24.5125.636.79-
YUV134.3880.95148.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=46.57%
G=38.86%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631365100.170.690.3645.5452.3441.96
HexA3883301145242e342a
Octal2432106302110544566452
Binary10100011100010001100110100011000101100100101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38833; }

 p { color: rgb(163,136,51); }

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

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

 a { background-color: rgb(163,136,51); }

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

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

 span { border-color: rgb(163,136,51); }

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