#A3933A

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

Shades of Reef Gold #A3933A

Tints of Reef Gold #A3933A

Color information

#A3933A (or 0xA3933A) is unknown color: approx Reef Gold. HEX triplet: A3, 93 and 3A. RGB value is (163,147,58). Sum of RGB (Red+Green+Blue) = 163+147+58=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3933A is #5C6CC5. Grayscale: #8E8E8E. Windows color (decimal): -6057158 or 3838883. OLE color: 3838883.

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

Color convert

RGB16314758-
CMYK00.100.640.36
HSL50.86º47.51%43.33%-
HSV(B)50.86º64.42%63.92%-
XYZ26.328.968.21-
YUV141.6480.8143.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 58 (23.05% from 255) = 15.76%
R=44.29%
G=39.95%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631475800.100.640.3650.8647.5143.33
HexA3933A0A402433302b
Octal2432237201210044636053
Binary1010001110010011111010010101000000100100110011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3933A; }

 p { color: rgb(163,147,58); }

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

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

 a { background-color: rgb(163,147,58); }

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

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

 span { border-color: rgb(163,147,58); }

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