#A3883B

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

Shades of Reef Gold #A3883B

Tints of Reef Gold #A3883B

Color information

#A3883B (or 0xA3883B) is unknown color: approx Reef Gold. HEX triplet: A3, 88 and 3B. RGB value is (163,136,59). Sum of RGB (Red+Green+Blue) = 163+136+59=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3883B is #5C77C4. Grayscale: #878787. Windows color (decimal): -6059973 or 3901603. OLE color: 3901603.

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

Color convert

RGB16313659-
CMYK00.170.640.36
HSL44.42º46.85%43.53%-
HSV(B)44.42º63.8%63.92%-
XYZ24.725.717.8-
YUV135.2984.95147.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 59 (23.44% from 255) = 16.48%
R=45.53%
G=37.99%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631365900.170.640.3644.4246.8543.53
HexA3883B01140242c2f2c
Octal2432107302110044545754
Binary10100011100010001110110100011000000100100101100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3883B; }

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

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

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

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

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

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

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

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