#a39b3a

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

Shades of Reef Gold #A39B3A

Tints of Reef Gold #A39B3A

Color information

#A39B3A (or 0xA39B3A) is unknown color: approx Reef Gold. HEX triplet: A3, 9B and 3A. RGB value is (163,155,58). Sum of RGB (Red+Green+Blue) = 163+155+58=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B3A is #5C64C5. Grayscale: #929292. Windows color (decimal): -6055110 or 3840931. OLE color: 3840931.

HSL color Cylindrical-coordinate representation of color #A39B3A: hue angle of 55.43º 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 #A39B3A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16315558-
CMYK00.050.640.36
HSL55.43º47.51%43.33%-
HSV(B)55.43º64.42%63.92%-
XYZ27.5931.538.64-
YUV146.3378.15139.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=43.35%
G=41.22%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631555800.050.640.3655.4347.5143.33
HexA39B3A05402437302b
Octal243233720510044676053
Binary101000111001101111101001011000000100100110111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a39b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a39b3a; }

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

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

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

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

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

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

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

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