#A3883A

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

Shades of Reef Gold #A3883A

Tints of Reef Gold #A3883A

Color information

#A3883A (or 0xA3883A) is unknown color: approx Reef Gold. HEX triplet: A3, 88 and 3A. RGB value is (163,136,58). Sum of RGB (Red+Green+Blue) = 163+136+58=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3883A is #5C77C5. Grayscale: #878787. Windows color (decimal): -6059974 or 3836067. OLE color: 3836067.

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

Color convert

RGB16313658-
CMYK00.170.640.36
HSL44.57º47.51%43.33%-
HSV(B)44.57º64.42%63.92%-
XYZ24.6725.77.66-
YUV135.1884.45147.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=45.66%
G=38.10%
B=16.25%

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
Decimal1631365800.170.640.3644.5747.5143.33
HexA3883A01140242d302b
Octal2432107202110044556053
Binary10100011100010001110100100011000000100100101101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3883A; }

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

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

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

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

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

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

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

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