#A38B3B

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

Shades of Reef Gold #A38B3B

Tints of Reef Gold #A38B3B

Color information

#A38B3B (or 0xA38B3B) is unknown color: approx Reef Gold. HEX triplet: A3, 8B and 3B. RGB value is (163,139,59). Sum of RGB (Red+Green+Blue) = 163+139+59=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B3B is #5C74C4. Grayscale: #898989. Windows color (decimal): -6059205 or 3902371. OLE color: 3902371.

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

Color convert

RGB16313959-
CMYK00.150.640.36
HSL46.15º46.85%43.53%-
HSV(B)46.15º63.8%63.92%-
XYZ25.1326.577.94-
YUV137.0683.95146.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=45.15%
G=38.50%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631395900.150.640.3646.1546.8543.53
HexA38B3B0F40242e2f2c
Octal2432137301710044565754
Binary1010001110001011111011011111000000100100101110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B3B; }

 p { color: rgb(163,139,59); }

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

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

 a { background-color: rgb(163,139,59); }

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

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

 span { border-color: rgb(163,139,59); }

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